Skip to content

Commit 3a28473

Browse files
committed
Tweak notification timeout
1 parent fbd45ab commit 3a28473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/live/liveMessageOperators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ export const onConnectionLoss: Operator<LiveMessage> = mutate(
502502
message: 'We lost connection with the live server, reconnecting...',
503503
status: NotificationStatus.ERROR,
504504
});
505-
}, 500);
505+
}, 2000);
506506

507507
state.live.reconnecting = true;
508508

0 commit comments

Comments
 (0)