Update useNetworkedState.js

This commit is contained in:
Mitchell McCaffrey 2021-01-22 06:01:43 +11:00
parent 25f9bfce65
commit 6c8ac51f29

View File

@ -26,7 +26,7 @@ function useNetworkedState(
initialState,
session,
eventName,
debounceRate = 100,
debounceRate = 500,
partialUpdates = true,
partialUpdatesKey = "id"
) {