fix
This commit is contained in:
parent
1f29ecdcd7
commit
56503c385e
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue