mijn.host API unreliable, upped retry times to 15

This commit is contained in:
peterv99 2024-12-28 17:26:52 +01:00
parent b30cdf0873
commit 9526dbadad

View File

@ -167,7 +167,7 @@ _mijnhost_rest() {
ep="$2"
data="$3"
MAX_REQUEST_RETRY_TIMES=5
MAX_REQUEST_RETRY_TIMES=15
_request_retry_times=0
_retry_sleep=5 #Initial sleep time in seconds.