Skip to content

Commit c96279b

Browse files
Apply suggestions from code review
1 parent a150993 commit c96279b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: DNS Query Rate Limiting Update
2+
title: DNS query rate limiting update
33
status: added
44
author:
55
fullname: 'Join the #serverless-functions channel on Slack.'
@@ -9,7 +9,9 @@ category: serverless
99
product: functions
1010
---
1111

12-
To ensure platform stability and performance, we've implemented a rate limit of 20 DNS queries per second for **full DNS resolutions** Function instance.
12+
To ensure platform stability and performance, we've implemented a rate limit of 20 DNS queries per second for **full DNS resolutions** per Function instance.
1313

14-
This rate limit **only applies** to queries that require a full DNS resolution, and is enforced independently for each Function instance. This rate limit is set at a level that is well above typical usage, so most users should not be impacted. If you do encounter any issues, please don't hesitate to reach out to our support team for assistance.
14+
This rate limit **only applies** to queries that require a full DNS resolution, and is enforced independently for each Function instance. This rate limit is set at a level that is well above typical usage, so most users should not be impacted. If you do encounter any issues, please don't hesitate to [reach out to our support team](https://console.scaleway.com/support/tickets/create) for assistance.
15+
16+
Refer to the [dedicated documentation](/serverless/functions/reference-content/dns-query-rate-limit/) for more information on DNS query rate limiting.
1517

0 commit comments

Comments
 (0)