diff options
author | Ev Bogue <ev@evbogue.com> | 2019-09-10 14:27:14 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-09-10 14:27:14 -0500 |
commit | dba51bd0bd66371a480d68647901a08049f88bb1 (patch) | |
tree | 64b81fb4e825e137b12561af1b31fca337f04da1 | |
parent | c2fd61292965a514b344ddcd708fdf4f0225596c (diff) |
switch pubs around
-rw-r--r-- | gossip.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ function sync (subs, keys) { if (servers) { wsServers = servers } else { - servers = ['ws://localhost:8080', 'ws://bogbook.com'] + servers = ['ws://secure.bogbook.com', 'ws://localhost:8080'] var pubs = [] servers.forEach(server => { var ws = new WebSocket(server) |