We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a18cf0 commit 8e7e1aaCopy full SHA for 8e7e1aa
nodejs/src/tmq/config.ts
@@ -13,7 +13,7 @@ export class TmqConfig {
13
topics?: Array<string>;
14
auto_commit: boolean = true;
15
auto_commit_interval_ms: number = 5 * 1000;
16
- timeout: number = 5000;
+ timeout: number = 60000;
17
otherConfigs: Map<string, any>;
18
19
constructor(wsConfig: Map<string, any>) {
0 commit comments