akka {
http {
host-connection-pool {
max-connections = 1024
max-open-requests = 2048
idle-timeout = 600 s
}
}
Does akka http server side use host-connection-pool configuration for anything?
1 post - 1 participant
akka {
http {
host-connection-pool {
max-connections = 1024
max-open-requests = 2048
idle-timeout = 600 s
}
}
Does akka http server side use host-connection-pool configuration for anything?
1 post - 1 participant