1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-04 08:25:03 -05:00
filebot/installer/msi/filebot.launcher.l4j.ini

21 lines
419 B
INI
Raw Normal View History

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
# disable analytics
# -no-analytics
# use native shell for move/copy operations
-DuseNativeShell=true
# memory settings
-Xmx256m
# http connection timeouts
-Dsun.net.client.defaultConnectTimeout=5000
-Dsun.net.client.defaultReadTimeout=25000