From 9ffef703b5dbfc9f6d9afcc19c845517d3f0a192 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 29 Nov 2014 14:05:07 +0000 Subject: [PATCH] Increase startup delay, so it's after the eepsite Jetty, so it doesn't create the static RolloverFileOutputStream Timer thread, so PluginStarter doesn't think it's running after it stops. --- CHANGES.txt | 5 +++++ build.xml | 2 +- plugin/clients.config | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a4701b6..e8dc6e6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +0.13.0 + 2014-11-29 + Fix NPE on missing announce parameters + Increase startup delay + 0.12.0 2014-11-13 Fix parameter decoding for scrape also diff --git a/build.xml b/build.xml index 8a2adbc..2a33d3d 100644 --- a/build.xml +++ b/build.xml @@ -15,7 +15,7 @@ - + diff --git a/plugin/clients.config b/plugin/clients.config index 90d73d1..99f61b4 100644 --- a/plugin/clients.config +++ b/plugin/clients.config @@ -2,7 +2,7 @@ clientApp.0.main=net.i2p.zzzot.ZzzOTController clientApp.0.name=ZzzOT clientApp.0.args=-d $PLUGIN start clientApp.0.stopargs=-d $PLUGIN stop -clientApp.0.delay=15 +clientApp.0.delay=40 clientApp.0.startOnLoad=true # we also use i2p.jar and i2ptunnel.jar, they are in the standard router classpath clientApp.0.classpath=$PLUGIN/lib/zzzot.jar,$I2P/lib/i2psnark.jar