Skip to content

Commit

Permalink
[#174] request-timeout 문서화
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Dec 15, 2024
1 parent 5240b4f commit 0453536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rupring/src/application_properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 0453536

Please sign in to comment.