We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0c670 commit aa2c257Copy full SHA for aa2c257
worker/worker-channel.js
@@ -33,7 +33,7 @@ async function setupWorkerChannel() {
33
console.log('%c[Client] Pinged ServiceWorker for installation', 'color: #80868b');
34
}
35
36
- if (numOfRequests < 500) {
+ if (numOfRequests < 100) {
37
38
if (!resp || !resp.clientId) {
39
0 commit comments