[lbry] increase open file limit to 2048

This commit is contained in:
Brannon King 2021-09-24 13:25:27 -04:00 committed by Roy Lee
parent d9dc3463d0
commit 783313f53d

View file

@ -13,8 +13,8 @@ import (
)
const (
fileLimitWant = 2048
fileLimitMin = 1024
fileLimitWant = 2048 * 12
fileLimitMin = 2048 * 8
)
// SetLimits raises some process limits to values which allow btcd and