mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 16:14:16 +08:00
ticket push
This commit is contained in:
@@ -12,6 +12,8 @@ import love.sola.netsupport.sql.TableConfig;
|
||||
@ToString
|
||||
public class Settings {
|
||||
|
||||
public static final int MAX_DESC_LENGTH = 255;
|
||||
|
||||
public static Settings I;
|
||||
|
||||
static {
|
||||
@@ -29,8 +31,6 @@ public class Settings {
|
||||
public int Check_Spam_Cache_Expire_Time;
|
||||
public int Check_Spam_Interval;
|
||||
|
||||
public int User_Caching_Time;
|
||||
|
||||
public int User_Session_Max_Inactive;
|
||||
|
||||
//No arg constructor for Yaml.loadAs
|
||||
|
||||
Reference in New Issue
Block a user