filelimit to int8
This commit is contained in:
parent
369215a8f1
commit
edb66c814f
|
@ -32,7 +32,7 @@ const (
|
||||||
type Settings struct {
|
type Settings struct {
|
||||||
file string
|
file string
|
||||||
Files `yaml:"files,omitempty" json:"files,omitempty"`
|
Files `yaml:"files,omitempty" json:"files,omitempty"`
|
||||||
FileLimit int64 `yaml:"flimit,omitempty" json:"flimit,omitempty"`
|
FileLimit int8 `yaml:"flimit,omitempty" json:"flimit,omitempty"`
|
||||||
Legacy Legacy `yaml:"legacy" json:"legacy"`
|
Legacy Legacy `yaml:"legacy" json:"legacy"`
|
||||||
Recovery bool `yaml:"recovery,omitempty" json:"recovery,omitempty"`
|
Recovery bool `yaml:"recovery,omitempty" json:"recovery,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue