diff options
| author | Grant Limberg <[email protected]> | 2022-06-24 10:02:36 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2022-06-24 10:03:30 -0700 |
| commit | ff8da9d246cfb1982a3402807d5e9f67a73470da (patch) | |
| tree | be5b415ca1e02233ea388a7512fe12f657a469ac /controller/PostgreSQL.cpp | |
| parent | b1faebae4a73e5bdd71d346aebc5b1f37ede7a4b (diff) | |
Play with online notification timing again
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 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)); } } |
