Skip to content

Commit d710b19

Browse files
committed
increase waitForInterest timeout to match the request/publish default timeouts
1 parent 6d0331d commit d710b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/conat/core/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ import {
245245

246246
export const MAX_INTEREST_TIMEOUT = 90_000;
247247

248-
const DEFAULT_WAIT_FOR_INTEREST_TIMEOUT = 15_000;
248+
const DEFAULT_WAIT_FOR_INTEREST_TIMEOUT = 30_000;
249249

250250
const MSGPACK_ENCODER_OPTIONS = {
251251
// ignoreUndefined is critical so database queries work properly, and

0 commit comments

Comments
 (0)