Default to a much faster tick rate for now
This commit is contained in:
parent
5b5f80be7d
commit
6ba6584ae1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue