]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Reference ticket:1459 and ticket:2431; fix a link.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 25 May 2015 22:51:19 +0000 (23:51 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 26 May 2015 18:23:21 +0000 (19:23 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
docs/proposed/magic-folder/remote-to-local-sync.rst

index c8650ba6b682e6e532b0672edd8f998d2f4c2186..2815c7ca20013ef48d8c848a31662e52540b88dc 100644 (file)
@@ -557,7 +557,7 @@ context), there is no way to *read* the whole contents of a file
 atomically. Therefore, when we read a file in order to upload it, we
 may read an inconsistent version if it was also being written locally.
 
-.. _`shadow copies`: https://technet.microsoft.com/en-us/library/ee923636%28v=ws.10%29.aspx
+.. _`shadow copy service`: https://technet.microsoft.com/en-us/library/ee923636%28v=ws.10%29.aspx
 
 A well-behaved application can avoid this problem for its writes:
 
@@ -605,13 +605,16 @@ Note however that we cannot guarantee that the delays will be long
 enough to prevent inconsistency in any particular case. Also, the
 stability delay would potentially affect performance significantly
 because (unlike the pending delay) it is not overlapped when there
-are multiple files on the upload queue.
+are multiple files on the upload queue. This performance impact
+could be mitigated by uploading files in parallel where possible
+(Tahoe-LAFS ticket `#1459`_).
 
 We have not yet decided whether to implement the stability delay, and
 it is not planned to be implemented for the OTF objective 4 milestone.
-Ticket `#xxxx`_ has been opened to track this idea.
+Ticket `#2431`_ has been opened to track this idea.
 
-.. _`#xxxx`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/xxxx
+.. _`#1459`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1459
+.. _`#2431`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2431
 
 
 Fire Dragons: Distinguishing conflicts from overwrites