update config file

This commit is contained in:
belliash 2012-01-16 13:16:22 +01:00
부모 e9e05e9b74
커밋 e875894b83
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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