Skip to content

Commit

Permalink
test additional akka settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Nov 13, 2024
1 parent fbafbea commit f5f4e11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions engine/language-server/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ akka {
remote-address-header = on
websocket.periodic-keep-alive-max-idle = 1 second
}
client {
idle-timeout = infinite
}
host-connection-pool {
client {
idle-timeout = infinite
}
idle-timeout = infinite
}
}
https {
pkcs12-file = ${?ENSO_HTTPS_PKCS12_PATH}
Expand Down
3 changes: 3 additions & 0 deletions lib/scala/project-manager/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ akka {
remote-address-header = on
websocket.periodic-keep-alive-max-idle = 1 second
}
host-connection-pool {
idle-timeout = infinite
}
}
log-dead-letters = 1
log-dead-letters-during-shutdown = off
Expand Down

0 comments on commit f5f4e11

Please sign in to comment.