diff options
-rw-r--r-- | FS/bin/freeside-torrus-srvderive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive index 6f53cdb8c..4659f2056 100644 --- a/FS/bin/freeside-torrus-srvderive +++ b/FS/bin/freeside-torrus-srvderive @@ -51,7 +51,7 @@ my $sql = " AND ABS( $_date - $other_date ) <= 60 ) ORDER BY srv_date, srv_time - LIMIT 100 + LIMIT 1 "; while (1) { |