mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-08-14 15:58:10 +00:00
try to fix some long delays with the crawler
This commit is contained in:
@@ -36,6 +36,8 @@ for kdx in xrange(len(kinds)):
|
||||
axs[kdx].set_title("ratio (dht/peers)")
|
||||
axs[kdx].hist(bins, bins=nbins)
|
||||
plt.savefig("fig.svg")
|
||||
plt.yscale('log')
|
||||
plt.savefig("fig-logy.svg")
|
||||
|
||||
print results
|
||||
|
||||
|
Reference in New Issue
Block a user