diff --git a/config/flags.go b/config/flags.go index 8872e7ce8211..57bf9b14c339 100644 --- a/config/flags.go +++ b/config/flags.go @@ -291,7 +291,7 @@ func addNodeFlags(fs *flag.FlagSet) { fs.Int(SnowAvalancheNumParentsKey, 5, "Number of vertexes for reference from each new vertex") fs.Int(SnowAvalancheBatchSizeKey, 30, "Number of operations to batch in each new vertex") fs.Int(SnowConcurrentRepollsKey, 4, "Minimum number of concurrent polls for finalizing consensus") - fs.Int(SnowOptimalProcessingKey, 50, "Optimal number of processing containers in consensus") + fs.Int(SnowOptimalProcessingKey, 10, "Optimal number of processing containers in consensus") fs.Int(SnowMaxProcessingKey, 1024, "Maximum number of processing items to be considered healthy") fs.Duration(SnowMaxTimeProcessingKey, 2*time.Minute, "Maximum amount of time an item should be processing and still be healthy") fs.Uint(SnowMixedQueryNumPushVdrKey, 10, fmt.Sprintf("If this node is a validator, when a container is inserted into consensus, send a Push Query to %s validators and a Pull Query to the others. Must be <= k.", SnowMixedQueryNumPushVdrKey))