mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-12 07:52:38 +00:00
Count conflicted objects
This commit is contained in:
parent
63ad778b7d
commit
c33e918bbf
@ -690,6 +690,8 @@ class Downloader(QueueMixin, WriteFileMixin):
|
||||
print "<<<<--- if %r != %r" % (dmd_last_downloaded_uri, local_last_downloaded_uri)
|
||||
if dmd_last_downloaded_uri is not None and dmd_last_downloaded_uri != local_last_downloaded_uri:
|
||||
is_conflict = True
|
||||
self._count('objects_conflicted')
|
||||
|
||||
#dmd_last_uploaded_uri = metadata.get('last_uploaded_uri', None)
|
||||
#local_last_uploaded_uri = ...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user