summaryrefslogtreecommitdiff
path: root/controller/JSONDB.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-18 14:28:38 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-07-18 14:28:38 -0700
commitae65eb5105d66859ff4c8b4aefdf4993fe6bc35c (patch)
tree1ffdfc360c23e1b40277f90c532992bbc4eb0f62 /controller/JSONDB.cpp
parent727ccb112543f3c44da3d094fa755e3a5d25cc3e (diff)
downloadinfinitytier-ae65eb5105d66859ff4c8b4aefdf4993fe6bc35c.tar.gz
infinitytier-ae65eb5105d66859ff4c8b4aefdf4993fe6bc35c.zip
Cleanup and replace trace field names with sane ones because usability > a few bytes.
Diffstat (limited to 'controller/JSONDB.cpp')
-rw-r--r--controller/JSONDB.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/JSONDB.cpp b/controller/JSONDB.cpp
index 7f92d6ee..ad9ba248 100644
--- a/controller/JSONDB.cpp
+++ b/controller/JSONDB.cpp
@@ -334,6 +334,7 @@ void JSONDB::threadMain()
rawInputBuf.clear();
}
}
+ continue; // we only want to do the stuff below this every few dozen ms or so, so pause again
}
}
#else