Perl / C max_chunk_size default sizes
authorBill Erickson <berick@esilibrary.com>
Thu, 27 Feb 2014 20:18:15 +0000 (15:18 -0500)
committerBill Erickson <berick@esilibrary.com>
Thu, 27 Feb 2014 20:18:15 +0000 (15:18 -0500)
commit273cc6c917514e2a2858a8872a3fb0b3e812c5ec
tree21144060f4c85333242ff6586b33e949baaab0bb
parent4e68d3221ab0f0eb9dee7006f89719812fb540c1
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