- Issue created by @alexpott
- π¬π§United Kingdom alexpott πͺπΊπ
I worked around the problem by adding
$databases['default']['default']['init_commands'] = [ 'waits' => 'SET SESSION wait_timeout=28800', 'wait 2' => 'SET SESSION interactive_timeout=28800', ];
to settings.php but I don't think the target audience is going to find that an easy solution.