diff options
-rw-r--r-- | src/Database.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Database.cpp b/src/Database.cpp index b4d0e12..77c5e14 100644 --- a/src/Database.cpp +++ b/src/Database.cpp @@ -319,6 +319,7 @@ namespace odhtdb if(!ok) Log::error("Failed to put response for old data for 'add' data"); }); + this_thread::sleep_for(chrono::milliseconds(50)); }, fetchOrder); } catch (std::exception &e) |