Seed Support #56

Closed
ocnios wants to merge 173 commits from master into build
Showing only changes of commit 4e1102cf58 - Show all commits

View file

@ -4,9 +4,7 @@ import jsonrpc from './jsonrpc.js';
const queryTimeout = 3000; const queryTimeout = 3000;
const maxQueryTries = 2; const maxQueryTries = 2;
const defaultServers = [ const defaultServers = [
'http://lighthouse4.lbry.io:50005', 'http://lighthouse7.lbry.io:50005',
'http://lighthouse5.lbry.io:50005',
'http://lighthouse6.lbry.io:50005',
]; ];
const path = '/'; const path = '/';