]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
remove "announcement_distinct_hosts" from introweb JSON
authorBrian Warner <warner@lothar.com>
Tue, 22 Sep 2015 23:34:50 +0000 (16:34 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 23 Sep 2015 00:19:47 +0000 (17:19 -0700)
commit8f0c417910ac5eb0a3b8cde1fa11d571755dbf06
treeeae16e36e59201d08aed12673d9b6ce49d3854a8
parent71323fbd8f3972092c3a4c1fe0ef7dd666d16f0c
remove "announcement_distinct_hosts" from introweb JSON

The machine-parseable JSON output for the introducer status web page
used to include a key named "announcement_distinct_hosts", which counted
the number of distinct IP addresses advertised by all connected storage
servers. This hasn't worked since Aug-2014 when foolscap-0.6.5 change
the internal hints format.

This removes that field.
src/allmydata/test/test_system.py
src/allmydata/web/introweb.py