Index: trunk/extensions/Translate/utils/MessageWebImporter.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | protected $group; |
18 | 18 | protected $code; |
19 | 19 | |
20 | | - protected $processingTime = 10; // Seconds |
| 20 | + protected $processingTime = 60; // Seconds |
21 | 21 | |
22 | 22 | public function __construct( Title $title = null, $group = null, $code = 'en' ) { |
23 | 23 | $this->setTitle( $title ); |