Remove limit on requested nodes

pull/1000/head
Maxim Shishmarev 5 years ago
parent 3a746109ea
commit b786df8045

@ -240,8 +240,10 @@ class LokiSnodeAPI {
let timeoutTimer = null; let timeoutTimer = null;
// private retry container // private retry container
const trySeedNode = async (consecutiveErrors = 0) => { 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 = { const params = {
limit: RANDOM_SNODES_POOL_SIZE,
active_only: true, active_only: true,
fields: { fields: {
public_ip: true, public_ip: true,

Loading…
Cancel
Save