From 17eb5c7a099917d72c71e73bae17edea8dfbe10f Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 13 Nov 2024 10:11:50 +0100 Subject: [PATCH] fix(changelog): fix formatting --- ...-12-functions-changed-incoming-change-for-dns-resolution.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx b/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx index d301835b90..d485dadbf9 100644 --- a/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx +++ b/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx @@ -9,7 +9,7 @@ category: serverless product: functions --- -Starting **November 26**, 2024, a rate limit of **20 DNS queries per second** per Function instance will be applied. This limit only applies to queries that require a full DNS resolution and is enforced independently for each Function instance. +Starting **November 26, 2024**, a rate limit of **20 DNS queries per second** per Function instance will be applied. This limit only applies to queries that require a full DNS resolution and is enforced independently for each Function instance. This rate limit is set above typical usage levels, so most users should not experience any impact on their applications.