diff --git a/dlls/mysqlx/threading.cpp b/dlls/mysqlx/threading.cpp index 3f5f772e..75698473 100644 --- a/dlls/mysqlx/threading.cpp +++ b/dlls/mysqlx/threading.cpp @@ -314,7 +314,7 @@ void StartFrame() { if (g_pWorker && (g_lasttime < gpGlobals->time)) { - g_lasttime = gpGlobals->time + 0.3f; + g_lasttime = gpGlobals->time + 0.05f; g_QueueLock->Lock(); size_t remaining = g_ThreadQueue.size(); if (remaining) diff --git a/dlls/sqlite/threading.cpp b/dlls/sqlite/threading.cpp index fb4d9f0e..b7a852a1 100644 --- a/dlls/sqlite/threading.cpp +++ b/dlls/sqlite/threading.cpp @@ -299,7 +299,7 @@ void StartFrame() { if (g_pWorker && (g_lasttime < gpGlobals->time)) { - g_lasttime = gpGlobals->time + 0.3f; + g_lasttime = gpGlobals->time + 0.05f; g_QueueLock->Lock(); size_t remaining = g_ThreadQueue.size(); if (remaining)