Skip to content

Commit

Permalink
feat(apollo_client): put cache file under ~/.dify
Browse files Browse the repository at this point in the history
Signed-off-by: -LAN- <[email protected]>
  • Loading branch information
laipz8200 committed Dec 9, 2024
1 parent 75e3e22 commit a9823db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configs/remote_settings_sources/apollo/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(
self._no_key = {}
self._hash = {}
self._pull_timeout = 75
self._cache_file_path = os.path.expanduser("~") + "/data/apollo/cache/"
self._cache_file_path = os.path.expanduser("~") + "/.dify/config/remote-settings/apollo/cache/"
self._long_poll_thread = None
self._change_listener = change_listener # "add" "delete" "update"
if _notification_map is None:
Expand Down

0 comments on commit a9823db

Please sign in to comment.