Play with online notification timing again
This commit is contained in:
parent
b1faebae4a
commit
ff8da9d246
2 changed files with 6 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue