filelimit to int8

This commit is contained in:
asoseil 2017-11-12 11:16:26 +01:00
parent 369215a8f1
commit edb66c814f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const (
type Settings struct {
file string
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"`
Recovery bool `yaml:"recovery,omitempty" json:"recovery,omitempty"`
}