Skip to content
Snippets Groups Projects
Commit aa5486d3 authored by Valentin Perrelle's avatar Valentin Perrelle
Browse files

[server] Execute batches only once

parent da8dfbfc
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ let execute () = ...@@ -111,6 +111,7 @@ let execute () =
close_out out close_out out
end end
(Batch.get()) ; (Batch.get()) ;
Batch.clear ()
end end
(* -------------------------------------------------------------------------- *) (* -------------------------------------------------------------------------- *)
......
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