mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
Restore a call to increment files_uploaded that was mistakenly removed.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
2fcaa8c2b2
commit
28587b5b2a
@ -357,6 +357,7 @@ class Uploader(QueueMixin):
|
||||
last_downloaded_uri = metadata.get('last_downloaded_uri', None)
|
||||
last_downloaded_timestamp = now
|
||||
self._db.did_upload_version(relpath_u, version, filecap, last_downloaded_uri, last_downloaded_timestamp, pathinfo)
|
||||
self._count('files_uploaded')
|
||||
d2.addCallback(add_db_entry)
|
||||
return d2
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user