Skip to content

Commit 25a0160

Browse files
committed
configure default to
1 parent 54848d4 commit 25a0160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sync.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export function defaultClientOpts(opts?: IStoredClientOpts): IStoredClientOpts {
196196
initialSyncLimit: 8,
197197
resolveInvitesToProfiles: false,
198198
pollTimeout: 30 * 1000,
199+
delayedEventRestartLocalTimeoutMS: 2300,
199200
pendingEventOrdering: PendingEventOrdering.Chronological,
200201
threadSupport: false,
201202
...opts,

0 commit comments

Comments
 (0)