From 26a6343bdf7a4e3f8e93f27e6982d7b923eafc7c Mon Sep 17 00:00:00 2001 From: jestin Date: Mon, 20 Feb 2012 16:08:12 +0000 Subject: reduced the default buffer size --- Changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 42cc88e..de1f100 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,15 @@ -------------------------------------------------------------------- +1.2.15 + + Internals: + - sets the default buffersize to 4096 bytes. This can be adjusted + through the use of the IVY_BUFFERSIZE jvm property (java + -DIVY_BUFFERSIZE=200 , e.g. ) This is intended to be similar to the + ivy C implementation, and *should* fix the buffering issues of + applications requiring a lot of small data exchanges (e.g: + transmitting mouse mouve at a high rate). + +-------------------------------------------------------------------- 1.2.14 New API: -- cgit v1.1