fix(be/config): open fd limit in yaml is not read
This commit is contained in:
parent
46ccddc5f8
commit
3b997eb9f6
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type FSConfig struct {
|
type FSConfig struct {
|
||||||
Root string `json:"root"`
|
Root string `json:"root" yaml:"root"`
|
||||||
OpensLimit int `json:"opensLimit"`
|
OpensLimit int `json:"opensLimit" yaml:"opensLimit"`
|
||||||
OpenTTL int `json:"openTTL"`
|
OpenTTL int `json:"openTTL" yaml:"openTTL"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type UsersCfg struct {
|
type UsersCfg struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue