filebot/installer/msi/filebot.launcher.l4j.ini

18 lines
389 B
INI

# FileBot launch4j runtime config
-Dapplication.deployment=msi
-Dapplication.dir="%APPDATA%\FileBot"
# memory settings
-Xmx256m
# proxy settings
# -Dhttp.proxyHost=localhost
# -Dhttp.proxyPort=8888
# do not use native shell for move/copy operations
-DuseNativeShell=true
# http connection timeouts
-Dsun.net.client.defaultConnectTimeout=5000
-Dsun.net.client.defaultReadTimeout=25000