diff options
| author | Grant Limberg <[email protected]> | 2020-09-10 13:18:25 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2020-09-10 13:18:25 -0700 |
| commit | 3db263284bcd416b4499dc7d90e8403de8d4b1c2 (patch) | |
| tree | 6693f411879c74233645807ebc4f888903ebd0d2 /controller/PostgreSQL.cpp | |
| parent | d8f041a484f3b8290eae9398ef8020c63662e9d6 (diff) | |
not sure how this got reverted
Diffstat (limited to 'controller/PostgreSQL.cpp')
| -rw-r--r-- | controller/PostgreSQL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index b0709ad1..a031c1ff 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -1765,7 +1765,7 @@ void PostgreSQL::onlineNotification_Postgres() PQclear(res); } - std::this_thread::sleep_for(std::chrono::milliseconds(100)); + std::this_thread::sleep_for(std::chrono::seconds(10)); } fprintf(stderr, "%s: Fell out of run loop in onlineNotificationThread\n", _myAddressStr.c_str()); PQfinish(conn); |
