- 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.
- πΊπΈUnited States phenaproxima Massachusetts
Is the wait_timeout stuff standard to all database types supported by core? If so, I don't think I see any problem with Package Manager sending those commands when the kernel boots up.