mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-16 06:15:02 -05:00
* easy-to-enable proxy settings
This commit is contained in:
parent
8204d07434
commit
c739552c9a
@ -4,3 +4,7 @@
|
|||||||
|
|
||||||
# memory settings
|
# memory settings
|
||||||
-Xmx256m
|
-Xmx256m
|
||||||
|
|
||||||
|
# proxy settings
|
||||||
|
# -Dhttp.proxyHost=localhost
|
||||||
|
# -Dhttp.proxyPort=8888
|
||||||
|
@ -10,6 +10,10 @@
|
|||||||
-Djna.library.path="%EXEDIR%"
|
-Djna.library.path="%EXEDIR%"
|
||||||
-Djava.library.path="%EXEDIR%"
|
-Djava.library.path="%EXEDIR%"
|
||||||
|
|
||||||
|
# proxy settings
|
||||||
|
# -Dhttp.proxyHost=localhost
|
||||||
|
# -Dhttp.proxyPort=8888
|
||||||
|
|
||||||
# store preferences to text file
|
# store preferences to text file
|
||||||
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
|
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
|
||||||
-Dnet.sourceforge.tuned.prefs.file=prefs.properties
|
-Dnet.sourceforge.tuned.prefs.file=prefs.properties
|
||||||
|
Loading…
Reference in New Issue
Block a user