From 8cbf0b3445d683a3ae3af94cbf3f38fb96f4c672 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Wed, 22 Jul 2020 09:43:19 -0700 Subject: [PATCH] fix(docs): updated readme to use 60 seconds vs 60 ms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8121c0365..429fbd820 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ analytics trackAttributionData: true, android: { - flushInterval: 60, + flushInterval: 60000, // 60 seconds collectDeviceId: true }, ios: {