feat(flood): Increase peer connection stress test parameters

This commit is contained in:
zowue
2026-04-05 12:31:09 +03:00
parent 0ae982d3c2
commit 791d67e0b1
+3 -3
View File
@@ -118,9 +118,9 @@ async def main():
tasks = []
for i in range(1, 41):
suffix = "67" * i
name = f"SEXEVEN {suffix}"
for i in range(1, 412):
suffix = "МЕМЫ" * i
name = f"СТОЙ ДАВАЙ ДРУЖИТЬ И ШУТИТЬ ПРОСТО Я ЖЕ ХОТЕЛ ПРОСТО А ТЫ ЗАЧЕМ ТО ГОВОРИШЬ СТОЙ ТЧО ЗАЧЕМ {suffix}"
task = asyncio.create_task(connect_peer(name, i))
tasks.append(task)