diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-11 14:11:41 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-11 14:17:17 +0100 |
commit | 6b635044a721c5ccf63a6e20165ed7d775fafaa2 (patch) | |
tree | c6f7af1db8264022a5d8fea3a3ff5906a0b1626a /tests | |
parent | ca2755ed6af0279b203da12e09bc4094af3aa49b (diff) | |
download | nextcloud-server-6b635044a721c5ccf63a6e20165ed7d775fafaa2.tar.gz nextcloud-server-6b635044a721c5ccf63a6e20165ed7d775fafaa2.zip |
Use official mariadb docker
Diffstat (limited to 'tests')
-rw-r--r-- | tests/docker/mariadb/oc.cnf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/docker/mariadb/oc.cnf b/tests/docker/mariadb/oc.cnf new file mode 100644 index 00000000000..590284d4617 --- /dev/null +++ b/tests/docker/mariadb/oc.cnf @@ -0,0 +1,5 @@ + +[mysqld] + +innodb_buffer_pool_size = 512M +innodb_flush_log_at_trx_commit = 2 |