projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
38f3393
)
Fix rate-limiting tests
author
rinpatch
<rinpatch@sdf.org>
Tue, 14 May 2019 20:16:34 +0000
(23:16 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 14 May 2019 20:16:34 +0000
(23:16 +0300)
config/test.exs
patch
|
blob
|
history
diff --git
a/config/test.exs
b/config/test.exs
index f93bc5994dae1ef008de47c953ae96006b22b027..a0c90c3717c5fbcfcd0a8fba11699a8f98a9b54a 100644
(file)
--- a/
config/test.exs
+++ b/
config/test.exs
@@
-59,6
+59,8
@@
config :pleroma, Pleroma.ScheduledActivity,
total_user_limit: 3,
enabled: false
+config :pleroma, :app_account_creation, max_requests: 5
+
try do
import_config "test.secret.exs"
rescue