Update server version

This commit is contained in:
mochi-co
2023-02-04 10:57:27 +00:00
parent ae3ee81bb4
commit db760c34a5
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ import (
)
const (
Version = "2.1.6" // the current server version.
Version = "2.1.7" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
defaultFanPoolSize uint64 = 32 // the number of concurrent workers in the pool
defaultFanPoolQueueSize uint64 = 1024 // the capacity of each worker queue