mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
* Adds a new config entry for SQL game log bundle query size Also adds documentation to existing config entries that don't currently appear in any default entry files on the repo. * Adds a new config file for database-related configs for Skyrat * Adds a `add_log_to_mass_insert_queue` proc to handle bundling insert queries into bigger, less frequent queries * Modifies log_message() to utilise the new add_log_to_mass_insert_queue() proc * Actually makes the MassInsert() call asynchronous, to completely remove the freezes * Adds code to handle sending all unsent logs to the database before the subsystem is shutdown, to reduce the loss of logs at the end of a round