Skip to content

Commit

Permalink
"Known" limits modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbence committed May 15, 2015
1 parent 08798ff commit c34ac31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/czentral/incubator/streamm/PublisherAppInstance.java
Expand Up @@ -243,6 +243,8 @@ protected void cmdPublish(MessageInfo mi, RTMPCommand command) {

// raise limit after successful authentication
context.getLimit().assemblyBufferSize = 256 * 1024;
context.getLimit().assemblyBufferCount = 16;
context.getLimit().chunkStreamCount = 32;

streamID = clientStreamID;

Expand Down

0 comments on commit c34ac31

Please sign in to comment.