Skip to content

Commit aa2c257

Browse files
committed
Update worker-channel.js
1 parent bd0c670 commit aa2c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/worker-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function setupWorkerChannel() {
3333
console.log('%c[Client] Pinged ServiceWorker for installation', 'color: #80868b');
3434
}
3535

36-
if (numOfRequests < 500) {
36+
if (numOfRequests < 100) {
3737

3838
if (!resp || !resp.clientId) {
3939

0 commit comments

Comments
 (0)