Skip to content

Commit 2485c56

Browse files
committed
fix: remove retries (#1829)
1 parent f51a3ec commit 2485c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type AxiosOptions = {
1414
};
1515

1616
export class BaseYdbAPI extends AxiosWrapper {
17-
DEFAULT_RETRIES_COUNT = 3;
17+
DEFAULT_RETRIES_COUNT = 0;
1818

1919
constructor(options?: AxiosWrapperOptions) {
2020
super(options);

0 commit comments

Comments
 (0)