working on showing single posts for users we dont know about
This commit is contained in:
@@ -399,7 +399,7 @@ class PeerConnection {
|
||||
this.chunkSize = (16 * 1024) - 100;
|
||||
this.messageSuperlog = false;
|
||||
this.sendQueueSuperLog = false;
|
||||
this.rpcSuperlog = false;
|
||||
this.rpcSuperlog = true;
|
||||
this.pendingRPCs = new Map();
|
||||
this.connectionPromise = null;
|
||||
// private makingOffer:boolean = false;
|
||||
@@ -730,9 +730,9 @@ PeerConnection.config = {
|
||||
// { urls: "turn:ddln.app", username: "a", credential: "b" },
|
||||
{ urls: "stun:stun.l.google.com" }, // keeping this for now as my STUN server is not returning ipv6
|
||||
{ urls: "stun:stun1.l.google.com" },
|
||||
{ urls: "stun:stun2.l.google.com" },
|
||||
{ urls: "stun:stun3.l.google.com" },
|
||||
{ urls: "stun:stun4.l.google.com" },
|
||||
//{ urls: "stun:stun2.l.google.com" },
|
||||
//{ urls: "stun:stun3.l.google.com" },
|
||||
//{ urls: "stun:stun4.l.google.com" },
|
||||
],
|
||||
};
|
||||
//# sourceMappingURL=PeerManager.js.map
|
||||
Reference in New Issue
Block a user