Browse Source

mijn.host API unreliable, upped retry times to 15

pull/6178/head
peterv99 2 months ago
parent
commit
9526dbadad
  1. 2
      dnsapi/dns_mijnhost.sh

2
dnsapi/dns_mijnhost.sh

@ -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.

Loading…
Cancel
Save