c1_lua/lua/app/config/recovery.lua
2023-06-26 11:26:28 +08:00

15 lines
170 B
Lua

local recovery = {
[3]={
["type"]=1,
["time"]=600,
["limit"]=60
},
[22]={
["type"]=2,
["limit"]=5
}
}
local config = {
data=recovery,count=2
}
return config