Set timeout for AssembleUploadChunks.php.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 9 Jan 2013 00:08:51 +0000 (16:08 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 9 Jan 2013 00:08:55 +0000 (16:08 -0800)
* This change was placed in the wrong commit instead.

Change-Id: I2de6bf1e3a3101b4fa733b8cc0911ac77b38e921

includes/upload/AssembleUploadChunks.php

index d933d34..54ef840 100644 (file)
@@ -21,6 +21,7 @@
  * @ingroup Maintenance
  */
 require_once( __DIR__ . '/../../maintenance/Maintenance.php' );
+set_time_limit( 3600 ); // 1 hour
 
 /**
  * Assemble the segments of a chunked upload.