缓存模块
This commit is contained in:
14
Entity/Def/AppConfig.cs
Normal file
14
Entity/Def/AppConfig.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace NB;
|
||||
|
||||
public class AppConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// 缓存过期检测时间间隔,1小时
|
||||
/// </summary>
|
||||
public static long CacheCheckIntervalTime = 360000;
|
||||
|
||||
/// <summary>
|
||||
/// 玩家数据定时落地间隔
|
||||
/// </summary>
|
||||
public const long PlayerDataAutoSaveTime = 60000; // 600000;
|
||||
}
|
||||
Reference in New Issue
Block a user