diff options
Diffstat (limited to 'controller/JSONDB.cpp')
-rw-r--r-- | controller/JSONDB.cpp | 1 |
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 |