aboutsummaryrefslogtreecommitdiff
path: root/modules/private/databases/mariadb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/databases/mariadb.nix')
-rw-r--r--modules/private/databases/mariadb.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/private/databases/mariadb.nix b/modules/private/databases/mariadb.nix
index 632306c..3359064 100644
--- a/modules/private/databases/mariadb.nix
+++ b/modules/private/databases/mariadb.nix
@@ -102,6 +102,10 @@ in {
102 # for replication 102 # for replication
103 log-bin=mariadb-bin 103 log-bin=mariadb-bin
104 server-id=1 104 server-id=1
105
106 # this introduces a small delay before storing on disk, but
107 # makes it order of magnitudes quicker
108 innodb_flush_log_at_trx_commit = 0
105 ''; 109 '';
106 }; 110 };
107 111