Skip to content

Commit

Permalink
change default MaxOpenFiles to 1M
Browse files Browse the repository at this point in the history
  • Loading branch information
lesismal committed Feb 6, 2024
1 parent 4a2f017 commit 0ee0f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (

var (
// MaxOpenFiles .
MaxOpenFiles = 1024 * 1024 * 2
MaxOpenFiles = 1024 * 1024 * 1
)

// Config Of Engine.
Expand Down

0 comments on commit 0ee0f96

Please sign in to comment.