Skip to content

Commit 0132fda

Browse files
committed
First start --> Sync
1 parent a3fddf4 commit 0132fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/config/polling_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func NewPollingProjectConfigManagerWithOptions(exeCtx utils.ExecutionCtx, sdkKey
112112

113113
pollingProjectConfigManager := PollingProjectConfigManager{requester: requester, pollingInterval: pollingInterval, exeCtx: exeCtx}
114114

115-
pollingProjectConfigManager.start(options.Datafile, true) // initial poll
115+
pollingProjectConfigManager.Sync(options.Datafile) // initial poll
116116

117117
cmLogger.Debug("Polling Config Manager Initiated")
118118
go pollingProjectConfigManager.start([]byte{}, false)

0 commit comments

Comments
 (0)