From b786df8045c4d10924d54a1ee2934fc77fc1946d Mon Sep 17 00:00:00 2001 From: Maxim Shishmarev Date: Mon, 23 Mar 2020 15:09:21 +1100 Subject: [PATCH] Remove limit on requested nodes --- js/modules/loki_snode_api.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/modules/loki_snode_api.js b/js/modules/loki_snode_api.js index 4b40dedf9..8aaa22813 100644 --- a/js/modules/loki_snode_api.js +++ b/js/modules/loki_snode_api.js @@ -240,8 +240,10 @@ class LokiSnodeAPI { let timeoutTimer = null; // private retry container const trySeedNode = async (consecutiveErrors = 0) => { + + // Removed limit until there is a way to get snode info + // for individual nodes (needed for guard nodes) const params = { - limit: RANDOM_SNODES_POOL_SIZE, active_only: true, fields: { public_ip: true,