mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
8921cfc934
-Dsun.net.client.defaultReadTimeout=25000
24 lines
598 B
INI
24 lines
598 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.deployment=portable
|
|
-Dapplication.dir="%EXEDIR%"
|
|
-Duser.home="%EXEDIR%"
|
|
|
|
# memory settings
|
|
-Xmx256m
|
|
|
|
# proxy settings
|
|
# -Dhttp.proxyHost=localhost
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
# http connection timeouts
|
|
-Dsun.net.client.defaultConnectTimeout=5000
|
|
-Dsun.net.client.defaultReadTimeout=25000
|
|
|
|
# look for native libs here
|
|
-Djna.library.path="%EXEDIR%"
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
# store preferences to text file
|
|
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
|
|
-Dnet.sourceforge.tuned.prefs.file=prefs.properties
|