Updated network state debounce to 500ms
This commit is contained in:
@@ -23,7 +23,7 @@ export function PlayerProvider({ session, children }) {
|
||||
},
|
||||
session,
|
||||
"player_state",
|
||||
100,
|
||||
500,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user