We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c079e commit 025c8fbCopy full SHA for 025c8fb
src/content/blog/colyseus-0.16-is-here.mdx
@@ -47,9 +47,9 @@ See [WebTransport 📚](https://docs.colyseus.io/server/transport/webtransport)
47
```typescript
48
class MyRoom extends Room {
49
state = new MyState();
50
+ patchRate = 1000 / 10;
51
autoDispose = false;
52
maxClients = 20;
- patchRate = 1000 / 10; // 10 times per second
53
}
54
```
55
0 commit comments