[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 3c671cbdf1eabed87407ebb213454de995bfe00f
Author: Iain R. Learmonth <irl@xxxxxxxx>
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;

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits