升级依赖库

This commit is contained in:
2024-07-22 16:40:33 +08:00
parent b4444c778e
commit 726f6b5911
8 changed files with 47 additions and 203 deletions

View File

@ -19,7 +19,7 @@ import (
// Date : 11:32 下午 2021/4/17
func NewDefaultConnectionManager() IConnection {
c := &connection{}
c.table, _ = easymap.NewSegment(4096, true)
c.table, _ = easymap.NewSegment(4096)
return c
}