fix(configs): increase open fd limit

This commit is contained in:
hexxa 2022-01-09 21:17:45 +08:00 committed by Hexxa
parent 3b997eb9f6
commit aa56b935a2

View file

@ -1,6 +1,6 @@
fs: fs:
root: "tmp" root: "tmp"
opensLimit: 128 opensLimit: 1024
openTTL: 60 # 1 min openTTL: 60 # 1 min
secrets: secrets:
tokenSecret: "" tokenSecret: ""