From 0453536bccf471276a0b89cdf57c92ec2cade66d Mon Sep 17 00:00:00 2001 From: myyrakle Date: Mon, 16 Dec 2024 00:05:03 +0900 Subject: [PATCH] =?UTF-8?q?[#174]=20request-timeout=20=EB=AC=B8=EC=84=9C?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rupring/src/application_properties.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rupring/src/application_properties.rs b/rupring/src/application_properties.rs index 32201a3..5dd49d9 100644 --- a/rupring/src/application_properties.rs +++ b/rupring/src/application_properties.rs @@ -27,6 +27,7 @@ | server.compression.min-response-size | The minimum response size to compress. (byte) | 2048 | | server.compression.algorithm | The compression algorithm to use. (gzip,deflate) | gzip | | server.thread.limit | The thread limit to use. | None(max) | +| server.request-timeout | The request timeout. (300 = 300 millisecond, 3s = 3 second, 2m = 2 minute) | No Timeout | | banner.enabled | Whether to enable the banner. | true | | banner.location | The location of the banner file. | None | | banner.charset | The charset of the banner file. (UTF-8, UTF-16) | UTF-8 |