This commit is contained in:
Alexander Strizhakov 2020-03-17 13:47:13 +03:00
commit 56503c385e
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
2 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ defmodule Pleroma.LoadTesting.Activities do
non_friends_used: 20
]
@max_concurrency 30
@max_concurrency 10
@visibility ~w(public private direct unlisted)
@types ~w(simple emoji mentions hell_thread attachment tag like reblog simple_thread remote)
@ -81,7 +81,7 @@ defmodule Pleroma.LoadTesting.Activities do
)
end)
IO.puts("Generating iterations activities take #{to_sec(time)} sec.\n")
IO.puts("Generating iterations of activities take #{to_sec(time)} sec.\n")
:ok
end