Perl / C max_chunk_size default sizes
authorBill Erickson <berick@esilibrary.com>
Thu, 27 Feb 2014 20:18:15 +0000 (15:18 -0500)
committerMike Rylander <mrylander@gmail.com>
Thu, 21 Jul 2016 15:43:35 +0000 (11:43 -0400)
commit8e37c8e59cb12e0e27e6aa0f7b20d57ab4449672
treea2eece47f471e59e6d3010e2d9dbe2b0e463aa1b
parentc8ecf7a5164d2214e4bed7d0772d2c4aa64c7533
Perl / C max_chunk_size default sizes

default max bundle size == 25K
default max chunk size  == 50K

* note with Ejabberd using 65536 as the default max stanza size, these
  new opensrf defaults mean that all messages will fit the default
  message size constraints -- i.e. no more need to raise the
  max_stanza_size.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
include/opensrf/osrf_app_session.h
src/libopensrf/osrf_application.c
src/perl/lib/OpenSRF/Application.pm