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 f51a3ec commit 2485c56Copy full SHA for 2485c56
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