Merge branch 'stable-4.7'

* stable-4.7:
  PushConnectionTest#limitCommandBytes: Increase maxCommandBytes

Change-Id: I354f46475ee96eb3b31abd303b5df2f3023fcf75
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2017-04-05 07:58:29 +09:00
commit cab9dee333
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public void limitCommandBytes() throws IOException {
updates.put(rru.getRemoteName(), rru);
}
server.getConfig().setInt("receive", null, "maxCommandBytes", 170);
server.getConfig().setInt("receive", null, "maxCommandBytes", 180);
try (Transport tn = testProtocol.open(uri, client, "server");
PushConnection connection = tn.openPush()) {
try {