Skip to content

Commit dfd3914

Browse files
committed
Add warning about enforcement in Shipping builds
1 parent 543e98e commit dfd3914

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/support/troubleshooting/room_transactions_throttled.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ When you update party, lobby or session data, it takes time for that update to a
77

88
By default, when you call a function that updates a room, the plugin will queue it up if there is already another update running. This reduces the coordination you need to do when writing game code. However, this only works as long as the plugin can get through updates faster than they're being added to the queue.
99

10+
:::danger
11+
This check is not enforced in Shipping builds. If you don't address this warning during Development, you'll probably see frame hitches, stuttering and lag when people play your released game.
12+
:::
13+
1014
To address this warning, check your game code and make sure you're not calling any of the following functions too frequently (e.g. more than once a second):
1115

1216
- Party system:

0 commit comments

Comments
 (0)