1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-05 07:50:24 +08:00

fix 分片

This commit is contained in:
fumiama
2021-12-31 13:24:49 +08:00
parent a5e6135dd9
commit 9316a0064e
3 changed files with 12 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ func main() {
}
defer w.Stop()
w.Run(upper.ServiceWireGold, upper.ServiceWireGold, 32768-64)
w.Run(upper.ServiceWireGold, upper.ServiceWireGold, 32768-68)
}
func displayHelp(hint string) {