mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-06 17:50:48 +08:00
修复了全局节点连接异常异常。
This commit is contained in:
@@ -42,7 +42,8 @@ namespace Serein.Library.Utils
|
||||
|
||||
public ObjectPool(Factory factory)
|
||||
: this(factory, Environment.ProcessorCount * 2)
|
||||
{ }
|
||||
{
|
||||
}
|
||||
|
||||
public ObjectPool(Factory factory, int size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user