There was an error while loading. Please reload this page.
2 parents b22ed45 + 70e5594 commit bed139cCopy full SHA for bed139c
1 file changed
packages/sui-pde/src/adapters/optimizely/index.js
@@ -19,8 +19,8 @@ const DEFAULT_DATAFILE_OPTIONS = {
19
}
20
21
const DEFAULT_EVENTS_OPTIONS = {
22
- eventBatchSize: 10,
23
- eventFlushInterval: 1000
+ batchSize: 10,
+ flushInterval: 1000
24
25
26
const DEFAULT_TIMEOUT = 500
0 commit comments