Skip to content

Commit 10bfdc8

Browse files
committed
fix(aicore): change watch_aicore_config default interval to 60s
1 parent 968e9c2 commit 10bfdc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sap_cloud_sdk/aicore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _get_secret_dir_mtime(instance_name: str = "aicore-instance") -> float:
187187

188188
def watch_aicore_config(
189189
instance_name: str = "aicore-instance",
190-
interval: float = 30.0,
190+
interval: float = 60.0,
191191
stop_event: threading.Event | None = None,
192192
) -> threading.Thread:
193193
"""Start a daemon thread that proactively reloads AI Core credentials

0 commit comments

Comments
 (0)