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
RTC: Add a limit for the default provider (#76437)
* Pause updates when update exceeds provider limit
* Pause all new collaborators from joining
* Simplify the code so the lowest client ID pauses its updates and rest all are removed
* Add tests
* Use the enteredAt timestamp
* Remove the debug bieng true
* Attempt to show the post locked modal flow when a document is too large
* Move update size check to onDocUpdate and update post-locked-modal
* Rename provider-limit-exceeded to document-size-limit-exceeded
* Cleanup
* Ensure that the status is optional so it catches null syncConnectionStatus
* Add a new e2e test
* Correct the name
* Attempting to see if marking a test as slow will work here
* Re-do the test to avoid the timeout issues
* Attempt to fix the e2e tests
* Simplify / fix error types
* Correct the error code in the post locked modal and fix the e2e test
---------
Co-authored-by: ingeniumed <ingeniumed@git.wordpress.org>
Co-authored-by: chriszarate <czarate@git.wordpress.org>
0 commit comments