Index: trunk/extensions/Translate/utils/TranslationHelpers.php |
— | — | @@ -940,7 +940,7 @@ |
941 | 941 | * How long after the last detected failure we clear the status and |
942 | 942 | * try again. |
943 | 943 | */ |
944 | | - protected static $serviceFailurePeriod = 300; |
| 944 | + protected static $serviceFailurePeriod = 900; |
945 | 945 | |
946 | 946 | /** |
947 | 947 | * Checks whether the given service has exceeded failure count */ |