diff --git a/im/qq/main.go b/im/qq/main.go index b4c489e..6b0bda5 100644 --- a/im/qq/main.go +++ b/im/qq/main.go @@ -47,6 +47,7 @@ func start() { conf.Account.Uin = int64(qq.GetInt("uin", 0)) conf.Account.Password = qq.Get("password") conf.Message.ReportSelfMessage = true + conf.Account.ReLogin.MaxTimes = 30 conf.Database = map[string]yaml.Node{ "leveldb": { Kind: 4,