Skip to content
Snippets Groups Projects
Unverified Commit ad9a2e53 authored by Jonas Theis's avatar Jonas Theis Committed by GitHub
Browse files

Adjust inbox worker pool capacity to default (#505)

parent 9dbb3139
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,6 @@ func NewManager(local *peer.Local, f LoadMessageFunc, log *logger.Logger) *Manag ...@@ -55,7 +55,6 @@ func NewManager(local *peer.Local, f LoadMessageFunc, log *logger.Logger) *Manag
srv: nil, srv: nil,
neighbors: make(map[identity.ID]*Neighbor), neighbors: make(map[identity.ID]*Neighbor),
} }
m.inboxWorkerPool.Tune(2)
return m return m
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment