Skip to content

Commit

Permalink
[#166] server.thread.limit 문서화
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Dec 4, 2024
1 parent 5a4c47f commit 97d09af
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 @@ -26,6 +26,7 @@
| server.compression.mime-types | The mime types to compress. | text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json,application/xml |
| 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) |
*/

use std::collections::HashMap;
Expand Down

0 comments on commit 97d09af

Please sign in to comment.