Skip to content

Commit

Permalink
Bump min http client pool to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
kpjensen committed Sep 24, 2021
1 parent 90860cf commit 44ae76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
LogFile = "dxfuse.log"
)
const (
MinHttpClientPoolSize = 8
MinHttpClientPoolSize = 15
FileWriteInactivityThresh = 5 * time.Minute
MaxDirSize = 255 * 1000
MaxNumFileHandles = 1000 * 1000
Expand Down

0 comments on commit 44ae76d

Please sign in to comment.