summaryrefslogtreecommitdiff
path: root/controller/PostgreSQL.cpp
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2020-09-10 13:18:25 -0700
committerGrant Limberg <[email protected]>2020-09-10 13:18:25 -0700
commit3db263284bcd416b4499dc7d90e8403de8d4b1c2 (patch)
tree6693f411879c74233645807ebc4f888903ebd0d2 /controller/PostgreSQL.cpp
parentd8f041a484f3b8290eae9398ef8020c63662e9d6 (diff)
not sure how this got reverted
Diffstat (limited to 'controller/PostgreSQL.cpp')
-rw-r--r--controller/PostgreSQL.cpp2
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);