namespace NB; public class AppConfig { /// /// 缓存过期检测时间间隔,1小时 /// public static long CacheCheckIntervalTime = 360000; /// /// 玩家数据定时落地间隔 /// public const long PlayerDataAutoSaveTime = 60000; // 600000; }