Skip to content

Commit 104704a

Browse files
authored
Merge pull request moodlehq#141 from stronk7/mariadb_wait_timeout
Set wait-timeout to proper default (28800)
2 parents c0f1792 + 8949c27 commit 104704a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db.mariadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
--character-set-server=utf8mb4
1111
--collation-server=utf8mb4_bin
1212
--innodb_file_per_table=On
13+
--wait-timeout=28800
1314
environment:
1415
MYSQL_ROOT_PASSWORD: "m@0dl3ing"
1516
MYSQL_USER: moodle

0 commit comments

Comments
 (0)