Skip to content

Commit

Permalink
issue #1 fix: changes for actor remote service
Browse files Browse the repository at this point in the history
  • Loading branch information
manzarul.haque committed Jul 8, 2017
1 parent ae2a1f2 commit 0941068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ RemoteMWConfig {
maximum-payload-bytes = 30000000 bytes
enabled-transports = ["akka.remote.netty.tcp"]
netty.tcp {
port = 8088
hostname = application_actor
bind-port = 8088
bind-hostname = application_actor
message-frame-size = 30000000b
send-buffer-size = 30000000b
receive-buffer-size = 30000000b
Expand Down

0 comments on commit 0941068

Please sign in to comment.