Skip to content

Commit c50402a

Browse files
committed
fix: remove retries 1828
1 parent 093e79a commit c50402a

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)