Skip to content
Snippets Groups Projects
Commit 3c1ba97a authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Increase size of payloads

parent 1ad05131
No related branches found
No related tags found
No related merge requests found
akka {
remote {
maximum-payload-bytes = 30000000 bytes
netty.tcp {
hostname = ${clustering.ip} # external (logical) hostname
......@@ -8,6 +9,11 @@ akka {
bind-hostname = 0.0.0.0 # internal (bind) hostname
bind-port = ${clustering.port} # internal (bind) port
message-frame-size = 30000000b
send-buffer-size = 30000000b
receive-buffer-size = 30000000b
maximum-frame-size = 30000000b
}
artery {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment