I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit de175b80 authored by zzz's avatar zzz
Browse files

updates

parent 9fc72585
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ clientApp.2.args=i2ptunnel.config
clientApp.2.startOnLoad=true
# run our own eepsite with a seperate jetty instance
clientApp.3.main=org.mortbay.start.Main
clientApp.3.main=net.i2p.jetty.JettyStart
clientApp.3.name=I2P webserver (eepsite)
## To use the rewrite handler, edit jetty-rewrite.xml and use:
#clientApp.3.args="/path/to/jetty.xml" "/path/to/jetty-rewrite.xml"
......
......@@ -74,8 +74,8 @@
See RouterConsoleRunner.
-->
<New class="org.eclipse.jetty.util.thread.ExecutorThreadPool">
<!-- corePoolSize (must be at least 2) -->
<Arg type="int">2</Arg>
<!-- corePoolSize (must be at least 3) -->
<Arg type="int">3</Arg>
<!-- maximumPoolSize -->
<Arg type="int">16</Arg>
<!-- keepAliveTime (milliseconds) -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment