We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b1ab5 commit 2d754ccCopy full SHA for 2d754cc
relay/filedata_actions.go
@@ -44,7 +44,7 @@ func (a *relayFileDataActions) AddEnvironment(ae filedata.ArchiveEnvironment) {
44
syncFactory := filedata.OfflineModeSynchronizerFactory{Synchronizer: synchronizer}
45
config.DataSystem = ldcomponents.DataSystem().
46
Custom().
47
- Synchronizers(syncFactory, syncFactory) // primary and fallback use the same synchronizer
+ Synchronizers(syncFactory, nil) // primary and fallback use the same synchronizer
48
config.Events = ldcomponents.NoEvents()
49
return config
50
}
0 commit comments