Skip to content

Commit e12f41c

Browse files
author
Péter Hauszknecht
committed
fix retry timeout
1 parent 9fbfaaf commit e12f41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const URL = 'https://www.google-analytics.com/batch';
22
export const CACHE_KEY_NAME = 'analytics-cache';
33
export const BATCH_SIZE = 20;
4-
export const RETRY = 50000;
4+
export const RETRY = 5000;

0 commit comments

Comments
 (0)