mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
docs: remove broken link from documentation comments
There are many servers by now so it is not just a workaround for one server or location. Stated reason is clear enough without pointing to an issue.
This commit is contained in:
@@ -227,9 +227,6 @@ pub(crate) async fn update_connect_timestamp(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Preloaded DNS results that can be used in case of DNS server failures.
|
/// Preloaded DNS results that can be used in case of DNS server failures.
|
||||||
///
|
|
||||||
/// See <https://support.delta.chat/t/no-dns-resolution-result/2778> and
|
|
||||||
/// <https://github.com/deltachat/deltachat-core-rust/issues/4920> for reasons.
|
|
||||||
static DNS_PRELOAD: LazyLock<HashMap<&'static str, Vec<IpAddr>>> = LazyLock::new(|| {
|
static DNS_PRELOAD: LazyLock<HashMap<&'static str, Vec<IpAddr>>> = LazyLock::new(|| {
|
||||||
HashMap::from([
|
HashMap::from([
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user