|
@@ -299,9 +299,9 @@ namespace WCS.Service
|
|
|
YGWCS150Redis.LTrim("Packs", 20000, -1);
|
|
|
}
|
|
|
|
|
|
- if (LiaotcRedis.LLen("Packs") > 100000)
|
|
|
+ if (LiaotcRedis.LLen("Packs") > 300000)
|
|
|
{
|
|
|
- LiaotcRedis.LTrim("Packs", 5000, -1);
|
|
|
+ LiaotcRedis.LTrim("Packs", 20000, -1);
|
|
|
}
|
|
|
|
|
|
foreach (var data in AllDatas)
|