From fd8ca33bacb87dbe74e0fb9eaa302ff9bd36f523 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 05 一月 2023 10:29:07 +0800
Subject: [PATCH] 采购订单删除、审核接口开发 系统设置编码规则查询增加(是否开放字段) 过滤条件
---
VueWebApi/Tools/RedisHelper.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/VueWebApi/Tools/RedisHelper.cs b/VueWebApi/Tools/RedisHelper.cs
index 1eac064..72ac3d5 100644
--- a/VueWebApi/Tools/RedisHelper.cs
+++ b/VueWebApi/Tools/RedisHelper.cs
@@ -42,9 +42,9 @@
PooledRedisClientManager prc = new PooledRedisClientManager(readWriteHosts, readOnlyHosts,
new RedisClientManagerConfig
{
- MaxWritePoolSize = readWriteHosts.Length * 5,
- MaxReadPoolSize = readOnlyHosts.Length * 5,
- AutoStart = true,
+ MaxWritePoolSize = readWriteHosts.Length * 512, //鏈�澶у啓閾炬帴鏁�
+ MaxReadPoolSize = readOnlyHosts.Length * 512, //鏈�澶ц閾炬帴鏁�
+ AutoStart = true, //鑷姩閲嶅惎
}, i, 200, 10);// { RedisClientFactory = (IRedisClientFactory)RedisCacheClientFactory.Instance.CreateRedisClient("127.0.0.1", 6379) };
pools.Add(i, prc);
}
--
Gitblit v1.9.3