*** rrdtimer.pl.orig Thu Dec 9 22:05:55 2004 --- rrdtimer.pl Thu Dec 9 22:06:12 2004 *************** *** 181,187 **** $lastconvert+=$CONFIG{CTIME}; } } ! $sleeptime=10-(time % 10); sleep $sleeptime; } } --- 181,187 ---- $lastconvert+=$CONFIG{CTIME}; } } ! $sleeptime=30-(time % 30); sleep $sleeptime; } }