*** empty log message ***

svn path=/trunk/boinc/; revision=2975
This commit is contained in:
David Anderson 2004-02-06 21:26:00 +00:00
parent be3f6c7440
commit 33ecc9e804
1 changed files with 2 additions and 2 deletions

View File

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