mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
queue batch size of 5
This commit is contained in:
@@ -12,6 +12,8 @@ namespace Bit.EventsProcessor
|
|||||||
config.UseDevelopmentSettings();
|
config.UseDevelopmentSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
config.Queues.BatchSize = 5;
|
||||||
|
|
||||||
var host = new JobHost(config);
|
var host = new JobHost(config);
|
||||||
host.RunAndBlock();
|
host.RunAndBlock();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user