Skip to content
Snippets Groups Projects
Commit 4600e5df authored by benjamin's avatar benjamin
Browse files

reduced paralell message pickup

parent ab264bfc
No related branches found
No related tags found
1 merge request!510Release
......@@ -57,7 +57,7 @@ type paramsDisk struct {
// GetDefaultParams returns a default set of Params.
func GetDefaultParams() Params {
return Params{
NumMessageRetrievalWorkers: 8,
NumMessageRetrievalWorkers: 4,
LookupRoundsBufferLen: 2000,
MaxHistoricalRoundsRetries: 3,
UncheckRoundPeriod: 20 * time.Second,
......
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