Stop saving JSON files with indents (#2921)

Stop saving json files with 4 indents, this will significantly reduce file size and improve `.set()` performance for config saves when using the JSON driver.

Signed-off-by: Draper <guyreis96@gmail.com>
This commit is contained in:
Draper
2019-08-07 01:13:31 +01:00
committed by Toby Harradine
parent ef8b9b81c3
commit 556af32bb5
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
JSON config files are now stored without indentation, this is to reduce file size and increase performance of write operations.