refactor(server/logger): batch log submissions

Create a temporary table and submit logs in a single batch after 500ms.
Includes some micro-optimisation and a new convar to set logging service.
This commit is contained in:
Linden
2022-10-09 00:24:49 +11:00
parent b05594e77f
commit f5d0deeb21
2 changed files with 45 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = false
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = false
indent_size = 2