summaryrefslogtreecommitdiff
path: root/controller/PostgreSQL.cpp
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2022-06-24 10:02:36 -0700
committerGrant Limberg <[email protected]>2022-06-24 10:03:30 -0700
commitff8da9d246cfb1982a3402807d5e9f67a73470da (patch)
treebe5b415ca1e02233ea388a7512fe12f657a469ac /controller/PostgreSQL.cpp
parentb1faebae4a73e5bdd71d346aebc5b1f37ede7a4b (diff)
Play with online notification timing again
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 a8a741cf..cf154ecf 100644
--- a/controller/PostgreSQL.cpp
+++ b/controller/PostgreSQL.cpp
@@ -1711,7 +1711,7 @@ void PostgreSQL::onlineNotification_Redis()
fprintf(stderr, "onlineNotification ran in %llu ms\n", total);
- std::this_thread::sleep_for(std::chrono::seconds(1));
+ std::this_thread::sleep_for(std::chrono::seconds(5));
}
}