Skip to content
Snippets Groups Projects
Commit b1f00db4 authored by Serge Petrenko's avatar Serge Petrenko Committed by Kirill Yukhin
Browse files

feedback_daemon: speedup the first send to 2 minutes

The first send should happen sooner, than default feedback interval, to
catch not so long-living instances. This replaces the commit we had with
sending feedback right from initial box.cfg{} and on first event
appearance, such as creation/drop of a space or index.

The reason for this commit instead of "send feedback on server start",
is that the latter one was quite hacky and didn't work correctly without
some ugly crutches, namely, fiber.sleep(10) in feedback daemon code.

Follow-up #5750

(cherry picked from commit 843fa23e74178b5eb1519e78cff36bad88b03587)
parent d5b66641
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment