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>
Fri, 12 Aug 2016 18:57:46 +0000 (14:57 -0400)
commit4bc08f1a5cef3106c6186b5be4b22ff8c6aab4ce
treeffd683e584f260ce8d7ffd231b3840c3535dd168
parent92e6ac9287f7acedec96bcf5314cbda0ef59ea23
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