]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Restore a call to increment files_uploaded that was mistakenly removed.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 13 Oct 2015 14:55:00 +0000 (15:55 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 28 Dec 2015 16:18:52 +0000 (16:18 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/frontends/magic_folder.py

index 52b305c35b705ee6376786f8f03edb267fd38caf..e8572d051eb98b4f5365daa899c0988b58ca0168 100644 (file)
@@ -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: