fix(configs): increase open fd limit
This commit is contained in:
parent
3b997eb9f6
commit
aa56b935a2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
fs:
|
||||
root: "tmp"
|
||||
opensLimit: 128
|
||||
opensLimit: 1024
|
||||
openTTL: 60 # 1 min
|
||||
secrets:
|
||||
tokenSecret: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue