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 {
|
||||
Root string `json:"root"`
|
||||
OpensLimit int `json:"opensLimit"`
|
||||
OpenTTL int `json:"openTTL"`
|
||||
Root string `json:"root" yaml:"root"`
|
||||
OpensLimit int `json:"opensLimit" yaml:"opensLimit"`
|
||||
OpenTTL int `json:"openTTL" yaml:"openTTL"`
|
||||
}
|
||||
|
||||
type UsersCfg struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue