优化 IpPool

This commit is contained in:
bjdgyc
2022-10-09 17:49:44 +08:00
parent 6f875001f2
commit 83263ff635
6 changed files with 62 additions and 49 deletions

View File

@@ -59,6 +59,8 @@ var configs = []config{
{Typ: cfgInt, Name: "session_timeout", Usage: "session过期时间(秒)", ValInt: 3600},
// {Typ: cfgInt, Name: "auth_timeout", Usage: "auth_timeout", ValInt: 0},
{Typ: cfgInt, Name: "audit_interval", Usage: "审计去重间隔(秒),-1关闭", ValInt: -1},
{Typ: cfgBool, Name: "show_sql", Usage: "显示sql语句用于调试", ValBool: false},
}
var envs = map[string]string{}