Default to a much faster tick rate for now

This commit is contained in:
Marc Di Luzio 2020-06-27 02:03:12 +01:00
parent 5b5f80be7d
commit 6ba6584ae1

View file

@ -49,7 +49,7 @@ func InnerMain() {
persistence.SetPath(data)
// Convert the tick rate
tickRate := 5
tickRate := 1
if len(tick) > 0 {
var err error
tickRate, err = strconv.Atoi(tick)