diff options
author | Steven Fuchs <steven.fuchs@dockyard.com> | 2020-09-18 11:58:22 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-09-18 11:58:22 +0000 |
commit | f2ef9735c52c648a03de4af41f19bb4ec857de03 (patch) | |
tree | 0c2b3f2ba7b582a2e8ae4a83dbef42e8132c7b47 /config/test.exs | |
parent | 49584a9928f02b461a0356332440084473ea6b69 (diff) | |
download | pleroma-f2ef9735c52c648a03de4af41f19bb4ec857de03.tar.gz pleroma-f2ef9735c52c648a03de4af41f19bb4ec857de03.zip |
Federate data through persistent websocket connections
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index 0ee6f1b7f..93a0e2a61 100644 --- a/config/test.exs +++ b/config/test.exs @@ -19,6 +19,11 @@ config :logger, :console, level: :warn, format: "\n[$level] $message\n" +config :pleroma, :fed_sockets, + enabled: false, + connection_duration: 5, + rejection_duration: 5 + config :pleroma, :auth, oauth_consumer_strategies: [] config :pleroma, Pleroma.Upload, |