修改多线程成单线程

This commit is contained in:
2026-03-12 18:57:14 +08:00
parent 0f5621a418
commit d1a2319105
4 changed files with 10 additions and 7 deletions

View File

@@ -324,7 +324,7 @@ namespace Common
CSRedisClient client = WhitchRedisSlice(SliceNo);
client.LPush(key, obj);
}
public static int MaxLen = 500000;
public static int MaxLen = 800000;
public static void StreamAdd(int SliceNo, string key, string Value)
{
try