2011-12-28 08:51:36 -05:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
|
2012-03-17 14:54:44 -04:00
|
|
|
# proxy settings
|
|
|
|
# -Dhttp.proxyHost=localhost
|
|
|
|
# -Dhttp.proxyPort=8888
|
2012-07-07 04:19:00 -04:00
|
|
|
|
2012-07-18 06:48:56 -04:00
|
|
|
# disable analytics
|
|
|
|
# -no-analytics
|
|
|
|
|
|
|
|
# use native shell for move/copy operations
|
2012-07-17 16:52:03 -04:00
|
|
|
-DuseNativeShell=true
|
|
|
|
|
2012-07-18 06:48:56 -04:00
|
|
|
# memory settings
|
|
|
|
-Xmx256m
|
|
|
|
|
2012-07-07 04:19:00 -04:00
|
|
|
# http connection timeouts
|
|
|
|
-Dsun.net.client.defaultConnectTimeout=5000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=25000
|