Skip to content
Snippets Groups Projects
Commit 4df2e1fa authored by Vishnu Emmadi's avatar Vishnu Emmadi
Browse files

increase flow reconcile event buffer size to 500

parent 74513953
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ public class FlowReconcileQuery {
this.toString(),
EventType.ALWAYS_LOG,
FlowReconcileQueryDebugEvent.class,
100);
500);
} catch (MaxEventsRegistered e) {
throw e;
}
......
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