1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-16 09:44:05 +08:00
committed by cnb
parent 3fb32af89f
commit 2eea724727
2 changed files with 1 additions and 16 deletions

View File

@@ -132,7 +132,7 @@ func (s *InfoService) SetLogin() *model.PlayerInfo {
}
var User = csmap.New[string, uint32](
var User = csmap.New(
// set the number of map shards. the default value is 32.
csmap.WithShardCount[string, uint32](32),