Skip to content
Snippets Groups Projects

mariadb: Add switch for innodb_snapshot_isolation

Merged Christian Heusel requested to merge innodb-snapshot-isolation into master
3 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,7 +9,7 @@
- { role: promtail }
- { role: certbot }
- { role: nginx }
- { role: mariadb, mariadb_innodb_buffer_pool_size: '1G' }
- { role: mariadb, mariadb_innodb_buffer_pool_size: '1G', mariadb_innodb_disable_snapshot_isolation: true }
- { role: sudo }
- { role: valkey }
- { role: uwsgi }
Loading