@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use new first-class MySQL timeout support in Phabricator

Summary: Fixes T6710. After D15669, we support a proper timeout parameter, so we don't need this hack anymore.

Test Plan: See D15669: forced a MySQL connector, set a low timeout, set a bad database, saw fast failures.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T6710

Differential Revision: https://secure.phabricator.com/D15670

-4
-4
src/infrastructure/cluster/PhabricatorDatabaseRef.php
··· 358 358 'timeout' => 15, 359 359 ); 360 360 361 - // TODO: Remove this once the MySQL connector has proper support 362 - // for it, see T6710. 363 - ini_set('mysql.connect_timeout', $spec['timeout']); 364 - 365 361 return PhabricatorEnv::newObjectFromConfig( 366 362 'mysql.implementation', 367 363 array(