Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1362

Akka http server side host-connection-pool configuration

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 1362