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 a555cd8 commit 9ed9c23Copy full SHA for 9ed9c23
packages/replay/src/constants.ts
@@ -31,7 +31,7 @@ export const MASK_ALL_TEXT_SELECTOR = 'body *:not(style), body *:not(script)';
31
32
/** Default flush delays */
33
export const DEFAULT_FLUSH_MIN_DELAY = 5_000;
34
-export const DEFAULT_FLUSH_MAX_DELAY = 15_000;
+export const DEFAULT_FLUSH_MAX_DELAY = 5_000;
35
export const INITIAL_FLUSH_DELAY = 5_000;
36
37
export const RETRY_BASE_INTERVAL = 5000;
0 commit comments