Skip to content

Commit 9057cd6

Browse files
author
Iztok
committed
multiclient by default in serial mode
1 parent 39735ee commit 9057cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fasset-bots-core/src/utils/MultiApiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { abortableSleep } from "./helpers";
44
import { ApiServiceError, ApiTimeoutError, DEFAULT_TIMEOUT, HttpApiClient } from "./HttpApiClient";
55
import { logger } from "./logger";
66

7-
const PARALLEL = true;
7+
const PARALLEL = false;
88
const DEFAULT_TRY_NEXT_AFTER = 5_000;
99
const DEFAULT_KILL_AFTER = 20_000;
1010

0 commit comments

Comments
 (0)