From 7f3980fa498de12a2d0e0e6b0606e51a8bd8d8e2 Mon Sep 17 00:00:00 2001 From: xiehan <52160700+Barenboim@users.noreply.github.com> Date: Thu, 13 Aug 2020 18:49:49 +0800 Subject: [PATCH] Update about-dns.md --- docs/about-dns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about-dns.md b/docs/about-dns.md index 9b2c2787f2..a87629dfe0 100644 --- a/docs/about-dns.md +++ b/docs/about-dns.md @@ -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 };