update config file

Cette révision appartient à :
belliash 2012-01-16 13:16:22 +01:00
Parent e9e05e9b74
révision e875894b83
1 fichiers modifiés avec 9 ajouts et 0 suppressions

Voir le fichier

@ -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"