diff --git a/src/EventsProcessor/Program.cs b/src/EventsProcessor/Program.cs index 7afb3ce558..e4c5e02f99 100644 --- a/src/EventsProcessor/Program.cs +++ b/src/EventsProcessor/Program.cs @@ -12,6 +12,8 @@ namespace Bit.EventsProcessor config.UseDevelopmentSettings(); } + config.Queues.BatchSize = 5; + var host = new JobHost(config); host.RunAndBlock(); }