Merge pull request #726 from afischerdev/rework-voicehint
Rework voicehint
This commit is contained in:
commit
adf6bb5569
5 changed files with 40 additions and 20 deletions
|
|
@ -6,7 +6,7 @@ REM java -cp brouter.jar btools.brouter.RouteServer <segmentdir> <profile-map> <
|
|||
pushd %~dp0
|
||||
|
||||
REM maxRunningTime is the request timeout in seconds, set to 0 to disable timeout
|
||||
set JAVA_OPTS=-Xmx128M -Xms128M -Xmn8M -DmaxRunningTime=300
|
||||
set JAVA_OPTS=-Xmx128M -Xms128M -Xmn8M -DmaxRunningTime=300 -DuseRFCMimeType=false
|
||||
|
||||
REM First search in locations matching the directory structure as found in the official BRouter zip archive
|
||||
set CLASSPATH=../brouter.jar
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ cd "$(dirname "$0")"
|
|||
# java -cp brouter.jar btools.brouter.RouteServer <segmentdir> <profile-map> <customprofiledir> <port> <maxthreads> [bindaddress]
|
||||
|
||||
# maxRunningTime is the request timeout in seconds, set to 0 to disable timeout
|
||||
JAVA_OPTS="-Xmx128M -Xms128M -Xmn8M -DmaxRunningTime=300"
|
||||
JAVA_OPTS="-Xmx128M -Xms128M -Xmn8M -DmaxRunningTime=300 -DuseRFCMimeType=false"
|
||||
|
||||
# If paths are unset, first search in locations matching the directory structure
|
||||
# as found in the official BRouter zip archive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue