aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjestin2012-02-20 16:08:12 +0000
committerjestin2012-02-20 16:08:12 +0000
commit26a6343bdf7a4e3f8e93f27e6982d7b923eafc7c (patch)
tree4e467382ce613ce197efe75db3f49be9da3e8faf /Changelog
parent9c55bfcc68930a906cf1485d484045094f005cdb (diff)
downloadivy-java-26a6343bdf7a4e3f8e93f27e6982d7b923eafc7c.zip
ivy-java-26a6343bdf7a4e3f8e93f27e6982d7b923eafc7c.tar.gz
ivy-java-26a6343bdf7a4e3f8e93f27e6982d7b923eafc7c.tar.bz2
ivy-java-26a6343bdf7a4e3f8e93f27e6982d7b923eafc7c.tar.xz
reduced the default buffer size
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
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: