Make GetLocalFileCopy pool counter call from tiff be generic
authorBrian Wolff <bawolff+wn@gmail.com>
Sun, 27 Jul 2014 23:23:55 +0000 (20:23 -0300)
committerReedy <reedy@wikimedia.org>
Tue, 16 Sep 2014 20:07:54 +0000 (20:07 +0000)
commit45ee5c99d52630e9c5321e786efa77121897a8a2
tree159a46da68e1493c979801ecfde9667cf3184809
parent3b1c4a493b0cf543d0e8cbe0458c4d28d204e55b
Make GetLocalFileCopy pool counter call from tiff be generic

I was to make PagedTiffHandler subclass TransformationalImageHandler.
The biggest thing that's different is the pool counter call.
However, given that a file is just as expensive in terms of
network bandwidth regardless of its type, seems to make sense
to make this check generic.

Change-Id: I7e4a4769edaa4742803df407b9c719c54fb77de3
includes/filerepo/file/File.php