mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
5 lines
335 B
Text
5 lines
335 B
Text
|
[mysqld]
|
||
|
# Set Transaction isolation Level to READ-COMMITED (Required by nextcloud)
|
||
|
# ================================================
|
||
|
# https://docs.nextcloud.com/server/12/admin_manual/configuration_database/linux_database_configuration.html#database-read-commited-transaction-isolation-level
|
||
|
transaction-isolation = READ-COMMITTED
|