Skip to content

Commit

Permalink
valid peers
Browse files Browse the repository at this point in the history
  • Loading branch information
QuixThe2nd committed Nov 2, 2024
1 parent a2d018a commit fbe17cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peers/peers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class Peers {

const file = await File.init({ hash }, this._client);
if (!file) return false;
const peers = await this._client.http.getPeers();
const peers = await this._client.http.getPeers(true);
for (const peer of peers) {
let fileContent: { file: Uint8Array; signal: number } | false = false;
try {
Expand Down

0 comments on commit fbe17cf

Please sign in to comment.