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:
@@ -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
|
||||||
|
@@ -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 -->
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user