r84731 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84730‎ | r84731 | r84732 >
Date:06:37, 25 March 2011
Author:neilk
Status:ok
Tags:
Comment:
fix bug #28071. Many video previews are relatively large, esp. since MediaWiki only pulls out single frames for previews without scaling sometimes.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUploadStash.php
@@ -28,7 +28,7 @@
2929 //
3030 // This service is really for thumbnails and other such previews while
3131 // uploading.
32 - const MAX_SERVE_BYTES = 262144; // 256K
 32+ const MAX_SERVE_BYTES = 1048576; // 1MB
3333
3434 public function __construct() {
3535 parent::__construct( 'UploadStash', 'upload' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r850001.17wmf1: MFT changes for UploadWizard deployment: r78426, r81393, r81401, r8...catrope08:20, 30 March 2011

Status & tagging log