change reconect wrapper to only check connection after inactivity
instead of always checking every minute, only check the connection after a minute of inactivity. this should better reflect how idle timeouts of sql servers work and remove most of the cases where this check was previously done.
lib/SetupWizard.php
0 → 100644
Please register or sign in to comment