[lbry] increase open file limit to 2048
This commit is contained in:
parent
4dd4505706
commit
b4623ef2dd
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
fileLimitWant = 2048
|
||||
fileLimitMin = 1024
|
||||
fileLimitWant = 2048 * 12
|
||||
fileLimitMin = 2048 * 8
|
||||
)
|
||||
|
||||
// SetLimits raises some process limits to values which allow btcd and
|
||||
|
|
Loading…
Reference in a new issue