Index: openacs-4/packages/xowf/tcl/xowf-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-init.tcl,v diff -u -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/xowf/tcl/xowf-init.tcl 23 Jul 2019 10:12:25 -0000 1.3.2.1 +++ openacs-4/packages/xowf/tcl/xowf-init.tcl 9 Sep 2019 17:05:09 -0000 1.3.2.2 @@ -18,9 +18,8 @@ # Make sure, we have not missed some at-jobs, while we were down ad_schedule_proc -thread t -once t 1 ::xowf::atjob check -with_older true - ns_after 60 { - ad_schedule_proc -thread t 60 ::xowf::atjob check - } + # the following job is executed after 60 seconds + ad_schedule_proc -thread t 60 ::xowf::atjob check }