mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Fixes a MySQL error were the prepared statement contains too many placeholders. Modifies dbBulkInsert to run array_chunk on incoming data and inserts those smaller chunks. * Trying to address some automatic checks about blank lines. * Trying to make Code Climate happy with reduced cognitive complexity. * Trying to make Code Climate happy with reduced cognitive complexity.