fix comment of default number of peers

This commit is contained in:
Sasha 2024-10-01 21:51:26 +02:00
parent b93134a517
commit 4dbb1b6552
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export type ProtocolCreateOptions = {
* This is used by: * This is used by:
* - Light Push to send messages, * - Light Push to send messages,
* - Filter to retrieve messages. * - Filter to retrieve messages.
* Defaults to 3. * Defaults to 2.
*/ */
numPeersToUse?: number; numPeersToUse?: number;
/** /**