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 9e3390d commit 0a97be7Copy full SHA for 0a97be7
packages/replay/src/constants.ts
@@ -31,5 +31,5 @@ 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;
0 commit comments