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