defaultconf comment: word grammar fix

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle
2024-05-19 23:20:43 +07:00
parent 1df2ad13db
commit ee9c7de778

View File

@@ -53,7 +53,7 @@ module.exports = {
// Setting as 0 will disable ratelimit handling. // Setting as 0 will disable ratelimit handling.
upstream_ratelimit_expiration: 10000, upstream_ratelimit_expiration: 10000,
// Maximum incomming connections per IP. // Maximum incoming connections per IP.
// By default, This is Infinity. Change the value as Integer (number) to override. // By default, This is Infinity. Change the value as Integer (number) to override.
max_conn_per_ip: Infinity, max_conn_per_ip: Infinity,