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 f4d1a8d commit 3598faaCopy full SHA for 3598faa
src/core/config/config.ts
@@ -40,7 +40,7 @@ export const DEFAULT_CACHE_PATH = (fileSystem: FSPath): string =>
40
'superface'
41
);
42
export const DEFAULT_SANDBOX_TIMEOUT = 100;
43
-export const DEFAULT_DISABLE_REPORTING = false;
+export const DEFAULT_DISABLE_REPORTING = true;
44
export const DEFAULT_CACHE = true;
45
// 1 hour
46
export const DEFAULT_BOUND_PROVIDER_TIMEOUT = 60 * 60;
0 commit comments