Skip to content

Commit

Permalink
[#159] http2 부팅 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Dec 19, 2024
1 parent 2b8136f commit 7e35388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rupring_example/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ server.compression.mime-types=application/json,application/xml,text/html,text/xm
server.compression.min-response-size=1024
server.compression.algorithm=gzip
server.request-timeout=3s
server.http1.keep-alive=false
server.http1.keep-alive=true
server.http2.enabled=true

0 comments on commit 7e35388

Please sign in to comment.