Skip to content

Commit bed139c

Browse files
authored
Merge pull request #1967 from SUI-Components/feat/optimizely-datafile-fetch-2
feat(packages/sui-pde): minor change in variables
2 parents b22ed45 + 70e5594 commit bed139c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/sui-pde/src/adapters/optimizely

packages/sui-pde/src/adapters/optimizely/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const DEFAULT_DATAFILE_OPTIONS = {
1919
}
2020

2121
const DEFAULT_EVENTS_OPTIONS = {
22-
eventBatchSize: 10,
23-
eventFlushInterval: 1000
22+
batchSize: 10,
23+
flushInterval: 1000
2424
}
2525

2626
const DEFAULT_TIMEOUT = 500

0 commit comments

Comments
 (0)