mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-02 06:23:37 +02:00
feat(flood): Increase peer connection stress test parameters
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user