akka http server

leak-master
Thibault Duplessis 2019-12-18 21:12:48 -06:00
parent 948076395c
commit 7d2d984094
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ import BuildSettings._
import Dependencies._
lazy val root = Project("lila", file("."))
.enablePlugins(PlayScala, PlayNettyServer)
.enablePlugins(PlayScala)
/* .enablePlugins(PlayScala, PlayNettyServer) */
.dependsOn(api)
.aggregate(api)

View File

@ -41,7 +41,7 @@ play {
# The maximum length of the HTTP headers. The most common effect of this is a restriction in cookie length, including
# number of cookies and size of cookie values.
max-header-size = 4096 # 8192
provider = "play.core.server.NettyServerProvider"
# provider = "play.core.server.NettyServerProvider"
netty {
transport = "native"
# The maximum length of the initial line. This effectively restricts the maximum length of a URL that the server will