mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
feat(config): Increase max peer limit
This commit is contained in:
@@ -13,7 +13,7 @@ const TOPIC = crypto.createHash("sha256").update(TOPIC_NAME).digest();
|
||||
*/
|
||||
const POW_PREFIX = "0000";
|
||||
|
||||
const MAX_PEERS = parseInt(process.env.MAX_PEERS) || 10000;
|
||||
const MAX_PEERS = parseInt(process.env.MAX_PEERS) || 1000000;
|
||||
const MAX_MESSAGE_SIZE = 2048;
|
||||
const MAX_RELAY_HOPS = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user