Use quickImport() for upload chunk storage calls.
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 9 Sep 2012 04:40:17 +0000 (21:40 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 9 Sep 2012 04:48:31 +0000 (21:48 -0700)
commit3a1431aa0994290a8ecdbc918340ac5e0bcf8562
tree5951041395d384ca2120ca461b7d610f91d2b6c2
parent7c038b2fd75c87c84cc79185ddee17a570ffa8c7
Use quickImport() for upload chunk storage calls.

* Using store() is slower and causes problems with multiwrite backends,
  since the other temp storage calls already wrap doQuickOperations().
* Modified quickImport() to accept stored files as the source parameter.

Change-Id: I3b32b46ce6b5562bb661ec49255630236aeaa44c
includes/filerepo/FileRepo.php
includes/upload/UploadFromChunks.php