Skip to content

Commit

Permalink
change maxIdleContexts from 256 to 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
hslam committed Feb 24, 2021
1 parent 82a6e82 commit 180d352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splice.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
idleTime = time.Second
maxIdleContexts = 256
maxIdleContexts = 8192

// EAGAIN will be returned when resource temporarily unavailable.
EAGAIN = syscall.EAGAIN
Expand Down

0 comments on commit 180d352

Please sign in to comment.