improve tailVerify
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 Aug 2021 16:42:44 +0000 (12:42 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 Aug 2021 18:47:37 +0000 (14:47 -0400)
commite0b7f391bd0074e5f776968950d27ba630447d78
treeef9266c71b8b5de644195e8d13e36d1bb2ab7f14
parente46a7dff6ffe5e6b1b55be91778804fdd72a6ee8
improve tailVerify

Wait for the file to get modified, not only opened. This way, if a
remote does not support resuming, and opens a new file over top of the
existing file, it will wait until that remote starts writing, and open
the file it's writing to, not the old file.

Sponsored-by: Dartmouth College's DANDI project
Annex/Verify.hs