Skip to content

Commit

Permalink
Update about-dns.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim authored Aug 13, 2020
1 parent c1ca8a8 commit 7f3980f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/about-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ static constexpr struct WFGlobalSettings GLOBAL_SETTING_DEFAULT =
.endpoint_params = ENDPOINT_PARAMS_DEFAULT,
.dns_ttl_default = 12 * 3600, /* in seconds */
.dns_ttl_min = 180, /* reacquire when communication error */
.dns_threads = 8,
.poller_threads = 2,
.dns_threads = 4,
.poller_threads = 4,
.handler_threads = 20,
.compute_threads = -1
};
Expand Down

0 comments on commit 7f3980f

Please sign in to comment.