mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
daily.php's syslog purge block writes output for every dbDelete() except for the final one. The deletes are done in blocks of 1000 rows. This can lead to verbose output while the table is purged. This patch saves up all that excitement for a single echo at the end of the operation. It also outputs the total amount of rows deleted.
14 KiB
14 KiB