Skip to content

Commit

Permalink
10x config again
Browse files Browse the repository at this point in the history
  • Loading branch information
Giesch committed Nov 10, 2024
1 parent a7a2e66 commit 51dd0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rollback/main.roc
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ waitingToConnected! = \waiting, state, firstMessage ->
config : Rollback.Config
config = {
millisPerTick: 1000 // 120,
maxRollbackTicks: 16,
tickAdvantageLimit: 10,
maxRollbackTicks: 16 * 10,
tickAdvantageLimit: 10 * 10,
}

world : Rollback.Recording
Expand Down

0 comments on commit 51dd0fd

Please sign in to comment.