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 783ea0f commit d294808Copy full SHA for d294808
ucm/utils.py
@@ -81,7 +81,7 @@ def _load_config(self) -> None:
81
logger.info("Using kv_connector_extra_config from terminal input")
82
83
def _get_default_config(self) -> Dict[str, Any]:
84
- config = {"ucm_connector_name": "UcmDramStore"}
+ config = {"ucm_connector_name": "UcmNfsStore"}
85
logger.warning(f"No UCM config provided, using default configuration {config}")
86
return config
87
0 commit comments