[tor-commits] [atlas/master] Fixes Top Relays view and increases to 250 relays

irl at torproject.org irl at torproject.org
Tue Nov 21 14:51:02 UTC 2017


commit 3c671cbdf1eabed87407ebb213454de995bfe00f
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Tue Nov 21 14:50:56 2017 +0000

    Fixes Top Relays view and increases to 250 relays
---
 js/router.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/router.js b/js/router.js
index c4966f7..1844203 100644
--- a/js/router.js
+++ b/js/router.js
@@ -99,7 +99,7 @@ define([
         $("#content").hide();
         $(".progress").show();
 
-        doSearchView.collection.url = "https://onionoo.torproject.org/summary?type=relay&order=-consensus_weight&limit=50&running=true";
+        doSearchView.collection.url = "https://onionoo.torproject.org/details?type=relay&order=-consensus_weight&limit=250&running=true";
             doSearchView.collection.lookup({
                 success: function(err){
                     doSearchView.relays = doSearchView.collection.models;



More information about the tor-commits mailing list