Skip to content

Commit 441a5ec

Browse files
authored
fix: Remove all synchronizers in daemon mode (#388)
1 parent 7bb5378 commit 441a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldclient/datasystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def daemon(store: FeatureStore) -> ConfigBuilder:
212212
that is populated by Relay Proxy or other SDKs. The SDK will not connect
213213
to LaunchDarkly. In this mode, the SDK never writes to the data store.
214214
"""
215-
return default().data_store(store, DataStoreMode.READ_ONLY)
215+
return custom().data_store(store, DataStoreMode.READ_ONLY)
216216

217217

218218
def persistent_store(store: FeatureStore) -> ConfigBuilder:

0 commit comments

Comments
 (0)