update config file

Esse commit está contido em:
belliash 2012-01-16 13:16:22 +01:00
commit e875894b83
1 arquivos alterados com 9 adições e 0 exclusões

Ver arquivo

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