mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
.
This commit is contained in:
commit
848f822171
7 changed files with 155 additions and 13 deletions
|
@ -1512,7 +1512,7 @@ void PostgreSQL::onlineNotificationThread()
|
|||
// PQclear(res);
|
||||
// }
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(0));
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(10));
|
||||
}
|
||||
fprintf(stderr, "%s: Fell out of run loop in onlineNotificationThread\n", _myAddressStr.c_str());
|
||||
PQfinish(conn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue