-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make akka max-frame-size configurable
Also, make it actually do something. We currently specify it in a non-functioning way for the version of akka we're using. Apparently the key for that piece of configuration changed with the versions. 128K is the default for Akka, which is how it's been de facto configured since the last release. Changing the default to 1024K, which is a little more real-world useful for applications using Sirius, particularly WRT catchup messages. Also, make send/receive buffers scale with max-message-size.
- Loading branch information
1 parent
bee45ef
commit d64c17e
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters