Skip to content

Commit

Permalink
Double number of snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
foundrium committed Aug 29, 2023
1 parent 9d9a526 commit f5334e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class Server<
}

const snapShotStart = performance.now()
const numberOfTraunch = 36
const numberOfTraunch = 18
/*
When sending a snapshot, the snapshot data needs to take the receiving players perspective
into account. This means that for each property in the world state we need to define
Expand Down

0 comments on commit f5334e7

Please sign in to comment.