We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048afd1 commit 6701892Copy full SHA for 6701892
linkerd/app/src/env.rs
@@ -211,7 +211,7 @@ const DEFAULT_OUTBOUND_CONNECT_BACKOFF: ExponentialBackoff = ExponentialBackoff
211
max: Duration::from_millis(500),
212
jitter: 0.1,
213
};
214
-const DEFAULT_DNS_CANONICALIZE_TIMEOUT: Duration = Duration::from_millis(100);
+const DEFAULT_DNS_CANONICALIZE_TIMEOUT: Duration = Duration::from_millis(500);
215
const DEFAULT_RESOLV_CONF: &str = "/etc/resolv.conf";
216
217
const DEFAULT_INITIAL_STREAM_WINDOW_SIZE: u32 = 65_535; // Protocol default
0 commit comments