diff options
author | lain <lain@soykaf.club> | 2019-10-10 14:24:54 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-10-10 14:24:54 +0200 |
commit | 02f8e2a8ab65c3e8497bab4576ce4e75f8df3217 (patch) | |
tree | 2210cde731e695912f995c3b1d522f6437bc7ffc /config/benchmark.exs | |
parent | 1d285e6fada841b6959b6516aca1c84d1a2c9b93 (diff) | |
download | pleroma-02f8e2a8ab65c3e8497bab4576ce4e75f8df3217.tar.gz pleroma-02f8e2a8ab65c3e8497bab4576ce4e75f8df3217.zip |
Gitlab: Run benchmark in CI.
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r-- | config/benchmark.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs index b4f5dbdbd..62ba42e28 100644 --- a/config/benchmark.exs +++ b/config/benchmark.exs @@ -29,7 +29,8 @@ config :pleroma, :instance, email: "admin@example.com", notify_email: "noreply@example.com", skip_thread_containment: false, - federating: false + federating: false, + external_user_synchronization: false config :pleroma, :activitypub, sign_object_fetches: false |