Skip to content

Commit

Permalink
Change default size of execution pool to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Feb 3, 2023
1 parent 4b76bfb commit 5843cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/execution_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
threads = 100
threads = 40
requestTimeout = 0 //10 * time.Second
)

Expand Down

0 comments on commit 5843cb2

Please sign in to comment.