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.
This commit is contained in:
zzz
2014-11-29 14:05:07 +00:00
parent 5239dfb768
commit 9ffef703b5
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
0.13.0
2014-11-29
Fix NPE on missing announce parameters
Increase startup delay
0.12.0 0.12.0
2014-11-13 2014-11-13
Fix parameter decoding for scrape also Fix parameter decoding for scrape also

View File

@@ -15,7 +15,7 @@
<delete dir="plugin/eepsite/docroot/torrents/" /> <delete dir="plugin/eepsite/docroot/torrents/" />
<!-- get version number --> <!-- get version number -->
<buildnumber file="scripts/build.number" /> <buildnumber file="scripts/build.number" />
<property name="release.number" value="0.12.0" /> <property name="release.number" value="0.13.0" />
<!-- make the update xpi2p --> <!-- make the update xpi2p -->
<!-- this contains everything except i2ptunnel.config --> <!-- this contains everything except i2ptunnel.config -->

View File

@@ -2,7 +2,7 @@ clientApp.0.main=net.i2p.zzzot.ZzzOTController
clientApp.0.name=ZzzOT clientApp.0.name=ZzzOT
clientApp.0.args=-d $PLUGIN start clientApp.0.args=-d $PLUGIN start
clientApp.0.stopargs=-d $PLUGIN stop clientApp.0.stopargs=-d $PLUGIN stop
clientApp.0.delay=15 clientApp.0.delay=40
clientApp.0.startOnLoad=true clientApp.0.startOnLoad=true
# we also use i2p.jar and i2ptunnel.jar, they are in the standard router classpath # 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 clientApp.0.classpath=$PLUGIN/lib/zzzot.jar,$I2P/lib/i2psnark.jar