Merge pull request #11244 from AriParkkila/cell-dns-count

Netsocket: Change DNS retry and total attempt counts
pull/11278/head
Martin Kojtal 2019-08-21 09:44:19 +02:00 committed by GitHub
commit ff4dac9853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,11 +48,11 @@
},
"dns-total-attempts": {
"help": "Number of total DNS query attempts that the DNS translator makes",
"value": 3
"value": 10
},
"dns-retries": {
"help": "Number of DNS query retries that the DNS translator makes per server, before moving on to the next server. Total retries/attempts is always limited by dns-total-attempts.",
"value": 2
"value": 1
},
"dns-cache-size": {
"help": "Number of cached host name resolutions",