4AllDigital / DruDockCli

Drudock CLI utility for managing docker development, staging and production environments for Drupal websites and apps.
https://www.4alldigital.io/dockerdrupal-cli
MIT License
2 stars 1 forks source link

Increase idle timeout for mysql imports. #174

Closed jnpwebdeveloper closed 6 years ago

jnpwebdeveloper commented 6 years ago

My mysql imports were timing out which meant I couldn't import dbs. Increasing the idletimeout value of the process instance helped. Not sure if this should be even higher.

jnpwebdeveloper commented 6 years ago

Initially changed it for mysql only but encountered this issue with drush cc so increased the default timeout to 10 minutes.