Index: openacs.org-dev/packages/notifications/tcl/sweep-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/notifications/tcl/sweep-init.tcl,v diff -u -N -r1.3 -r1.4 --- openacs.org-dev/packages/notifications/tcl/sweep-init.tcl 31 Oct 2002 10:52:18 -0000 1.3 +++ openacs.org-dev/packages/notifications/tcl/sweep-init.tcl 9 Nov 2002 02:06:33 -0000 1.4 @@ -10,7 +10,7 @@ # Hack for now to test immediate deliveries # FIXME -ad_schedule_proc -thread t 60 notification::sweep::cleanup_notifications +ad_schedule_proc -thread t 172800 notification::sweep::cleanup_notifications foreach interval [notification::get_all_intervals] { set n_seconds [lindex $interval 2]