Fixed issue 403, make the calcul of project's disk used space optionnal.

This commit is contained in:
Loic d'Anterroches
2010-05-19 10:55:50 +02:00
parent 2aebc0e099
commit ad6148cae7
3 changed files with 13 additions and 4 deletions

View File

@@ -235,4 +235,9 @@ $cfg['allowed_scm'] = array('git' => 'IDF_Scm_Git',
# $cfg['hg_path'] = 'hg';
# $cfg['git_path'] = 'git';
# If you do not want to have calculations of the repositories, attachments
# and downloads size, set it to true. You can set to false some
# times to times to check the size.
# $cfg['idf_no_size_check'] = false;
return $cfg;