We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093e79a commit c50402aCopy full SHA for c50402a
src/services/api/base.ts
@@ -14,7 +14,7 @@ export type AxiosOptions = {
14
};
15
16
export class BaseYdbAPI extends AxiosWrapper {
17
- DEFAULT_RETRIES_COUNT = 3;
+ DEFAULT_RETRIES_COUNT = 0;
18
19
constructor(options?: AxiosWrapperOptions) {
20
super(options);
0 commit comments