Use sync writes for replication of 'store' operations
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 26 Feb 2016 23:55:09 +0000 (15:55 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 27 Feb 2016 00:20:13 +0000 (00:20 +0000)
commitc0446571d53139bc1a19afe136de33faf25faf80
tree9597d752e767163f5cf4e44daef846ecbcf60f63
parent53532602658252472c452910d18cb5d936f65305
Use sync writes for replication of 'store' operations

The local temporary file might not live long enough to be
copied into storage during post-send.

Bug: T128124
Change-Id: Ifb5260958db008ec8b9f4db90f95a42e5ecaeadc
includes/filebackend/FileBackendMultiWrite.php