Skip to content

Commit 278b546

Browse files
committed
changing retries
1 parent 4482a2c commit 278b546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def _resolve_default_cache_dir() -> Path:
157157
"cachedir": _resolve_default_cache_dir(),
158158
"avoid_duplicate_runs": False,
159159
"retry_policy": "human",
160-
"connection_n_retries": 5,
160+
"connection_n_retries": 1,
161161
"show_progress": False,
162162
}
163163

0 commit comments

Comments
 (0)