mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2975
This commit is contained in:
parent
be3f6c7440
commit
33ecc9e804
|
@ -272,8 +272,8 @@ function default_prefs_global() {
|
|||
$p->confirm_before_connecting = false;
|
||||
$p->hangup_if_dialed = true;
|
||||
$p->confirm_executable = false;
|
||||
$p->work_buf_min_days = 1;
|
||||
$p->work_buf_max_days = 3;
|
||||
$p->work_buf_min_days = .1;
|
||||
$p->work_buf_max_days = 1;
|
||||
$p->max_cpus = 2;
|
||||
$p->disk_interval = 60;
|
||||
$p->disk_max_used_gb = 100;
|
||||
|
|
Loading…
Reference in New Issue