Skip to content
Snippets Groups Projects
Commit 02f863b3 authored by François Bobot's avatar François Bobot
Browse files

[DB] Call registered Db.once after the daemons

     Since Db.once are often registered in daemons
parent c12bcc42
No related branches found
No related tags found
No related merge requests found
......@@ -1150,8 +1150,8 @@ let yield_daemons () =
let yield () =
begin
yield_once () ;
yield_daemons () ;
yield_once () ;
end
let flush () =
......
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