Add ErrLimit
This commit is contained in:
parent
5a1158ec6f
commit
cf1a6fcc68
@ -10,6 +10,11 @@ builds:
|
||||
goarch:
|
||||
- 386
|
||||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
goarm:
|
||||
- 6
|
||||
- 7
|
||||
checksum:
|
||||
name_template: '{{ .ProjectName }}_checksums.txt'
|
||||
archives:
|
||||
|
||||
@ -2,6 +2,7 @@ bot_token: xxx
|
||||
#socks5: 127.0.0.1:1080
|
||||
bindmax: 3
|
||||
admin: 555,666,777
|
||||
errlimit: 5
|
||||
notice: "aaa\nbbb"
|
||||
cron: "1 */3 * * *"
|
||||
#docker部署默认无需修改mysql配置
|
||||
|
||||
Loading…
Reference in New Issue
Block a user