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 7bb5378 commit 441a5ecCopy full SHA for 441a5ec
ldclient/datasystem.py
@@ -212,7 +212,7 @@ def daemon(store: FeatureStore) -> ConfigBuilder:
212
that is populated by Relay Proxy or other SDKs. The SDK will not connect
213
to LaunchDarkly. In this mode, the SDK never writes to the data store.
214
"""
215
- return default().data_store(store, DataStoreMode.READ_ONLY)
+ return custom().data_store(store, DataStoreMode.READ_ONLY)
216
217
218
def persistent_store(store: FeatureStore) -> ConfigBuilder:
0 commit comments