Skip to content

Commit 4aec592

Browse files
committed
lower timeout significantly
1 parent f788cf9 commit 4aec592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ export class ManagedStorage {
713713
);
714714

715715
const timeoutPromise = new Promise((resolve) => {
716-
setTimeout(() => resolve(defaultValue), 1500);
716+
setTimeout(() => resolve(defaultValue), 10);
717717
});
718718

719719
return Promise.race([managedStoragePromise, timeoutPromise]);

0 commit comments

Comments
 (0)