2
0
Fork 0

update config file

Dieser Commit ist enthalten in:
belliash 2012-01-16 13:16:22 +01:00
Ursprung e9e05e9b74
Commit e875894b83
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -9,6 +9,15 @@ FETCHTIMEOUT="180"
# without user intervention most times.
FETCHTRIES="3"
# Specifies the maximum number of jobs (commands) to spawn simultaneously. See also the
# related LOADAVERAGE option.
MAXJOBS="4"
# Specifies that no new jobs (commands) should be started if there are other jobs running
# and the load average is at least set LOAD (a floating-point number). This option is
# recommended for use in combination with MAXJOBS in order to avoid excess load.
LOADAVERAGE="3"
# This directive sets the directory where EzBuild will look for custom modules and their
# configuration to be loaded.
MODULESCUSTOMDIR="~/.ezbuild"