Commit 8ac9936b authored by acud's avatar acud Committed by GitHub

pusher: less concurrent jobs (#1430)

parent d7c2d167
......@@ -39,7 +39,7 @@ type Service struct {
var (
retryInterval = 5 * time.Second // time interval between retries
concurrentJobs = 20 // how many chunks to push simultaneously
concurrentJobs = 10 // how many chunks to push simultaneously
)
func New(storer storage.Storer, peerSuggester topology.ClosestPeerer, pushSyncer pushsync.PushSyncer, tagger *tags.Tags, logger logging.Logger, tracer *tracing.Tracer) *Service {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment