You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite optimizing the register player and presences commands to 3 and 7 queries, we need to keep in mind that there might be cases when the updated entries in the mass inserts might be too much:
We will chunk these by default 30 entries, with the ability to override the setting with a custom .env variable
We will add a sleep time of 1 second, which we can override.
The text was updated successfully, but these errors were encountered:
Despite optimizing the register player and presences commands to 3 and 7 queries, we need to keep in mind that there might be cases when the updated entries in the mass inserts might be too much:
We will chunk these by default 30 entries, with the ability to override the setting with a custom .env variable
We will add a sleep time of 1 second, which we can override.
The text was updated successfully, but these errors were encountered: