Skip to content

Commit 6701892

Browse files
authored
Increase default Dns canonicalize timeout (#672)
Signed-off-by: Zahari Dichev <[email protected]>
1 parent 048afd1 commit 6701892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/app/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const DEFAULT_OUTBOUND_CONNECT_BACKOFF: ExponentialBackoff = ExponentialBackoff
211211
max: Duration::from_millis(500),
212212
jitter: 0.1,
213213
};
214-
const DEFAULT_DNS_CANONICALIZE_TIMEOUT: Duration = Duration::from_millis(100);
214+
const DEFAULT_DNS_CANONICALIZE_TIMEOUT: Duration = Duration::from_millis(500);
215215
const DEFAULT_RESOLV_CONF: &str = "/etc/resolv.conf";
216216

217217
const DEFAULT_INITIAL_STREAM_WINDOW_SIZE: u32 = 65_535; // Protocol default

0 commit comments

Comments
 (0)