From 33ecc9e804dc61125066a12fd8e4f103f104479a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 6 Feb 2004 21:26:00 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2975 --- html/inc/prefs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/inc/prefs.inc b/html/inc/prefs.inc index 0c663d6858..68f052dc08 100644 --- a/html/inc/prefs.inc +++ b/html/inc/prefs.inc @@ -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;