added per set blocktime
This commit is contained in:
parent
9d70341f41
commit
f854a3b219
@ -137,6 +137,7 @@ type CfgSet struct {
|
|||||||
Type string `xorm:"text notnull" json:"type"`
|
Type string `xorm:"text notnull" json:"type"`
|
||||||
Filename string `xorm:"text notnull" json:"filename"`
|
Filename string `xorm:"text notnull" json:"filename"`
|
||||||
Regex string `xorm:"text notnull" json:"regex"`
|
Regex string `xorm:"text notnull" json:"regex"`
|
||||||
|
Blocktime int64 `xorm:"notnull default 60" json:"blocktime"`
|
||||||
Enabled bool `xorm:"notnull default true" json:"-"`
|
Enabled bool `xorm:"notnull default true" json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user