升级依赖库
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user