This commit is contained in:
snltty
2025-11-23 02:50:36 +08:00
parent be19f175ff
commit ed8f5795a5
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
v1.9.6
2025-11-23 02:09:22
2025-11-23 02:50:36
1. 一些累计更新一些BUG修复
2. 优化客户端数据同步,减少服务器流量
3. 去除cdkey改为发电解锁中继速度

View File

@@ -13,8 +13,6 @@ namespace linker.messenger.store.file
public sealed class Storefactory
{
LiteDatabase database;
public Storefactory()
{
Init();
@@ -45,7 +43,7 @@ namespace linker.messenger.store.file
}
database = new LiteDatabase(new ConnectionString($"Filename={db};Password={Helper.GlobalString}"), bsonMapper);
database.CheckpointSize = 10;
database.CheckpointSize = 100;
}
}
catch (Exception ex)