1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/portable/FileBot.l4j.ini

33 lines
823 B
INI
Raw Normal View History

2011-12-28 08:51:36 -05:00
# FileBot launch4j runtime config
-Dapplication.deployment=portable
-Dapplication.dir="%EXEDIR%"
-Duser.home="%EXEDIR%"
# network settings
-Djava.net.useSystemProxies=true
-Dsun.net.client.defaultConnectTimeout=10000
-Dsun.net.client.defaultReadTimeout=60000
2012-03-17 14:54:44 -04:00
# disable analytics
# -no-analytics
2012-10-15 08:10:36 -04:00
# do not use native shell for move/copy operations
-DuseNativeShell=false
2012-11-03 22:10:27 -04:00
# do not use NTFS extended attributes for storing metadata
-DuseExtendedFileAttributes=false
# memory settings
-Xmx256m
# put all temporary files here
-Djava.io.tmpdir="%EXEDIR%/temp"
# look for native libs here
-Djna.library.path="%EXEDIR%"
-Djava.library.path="%EXEDIR%"
2011-12-28 08:51:36 -05:00
# store preferences to text file
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
-Dnet.sourceforge.tuned.prefs.file=prefs.properties