Skip to content

Commit

Permalink
set default sleep timer to 30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
ligerlac committed Jan 22, 2024
1 parent 07ee210 commit 0f9a033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"write_dir": "/tmp/remote_pl_store/",
"read_dir_list": ["/tmp/remote_pl_store/", "/cvmfs/place/holder/"],
"n_retries": 5,
"retry_sleep_mean": 3,
"retry_sleep_mean": 30,
"cache_life_time": 10,
"cache_max_mb": 1,
"print_time_stamps": false,
Expand Down

0 comments on commit 0f9a033

Please sign in to comment.