11. made import_users.pl accept a non related input filename and always
[spider.git] / perl / DXMsg.pm
index 11a30a4ed5458c582b3f6bb8432d03500583dc1b..85c9e68eaf6498c169b48014147fd41ca27a9bb8 100644 (file)
@@ -136,7 +136,7 @@ sub process
        # this is periodic processing
        if (!$self || !$line) {
 
-               if ($main::systime > $lastq + $queueinterval) {
+               if ($main::systime >= $lastq + $queueinterval) {
 
                        # wander down the work queue stopping any messages that have timed out
                        for (keys %busy) {