Skip to content

Commit 3cd7364

Browse files
authored
fix: remove retries (#1829)
1 parent 093e79a commit 3cd7364

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)