]> Untitled Git - lemmy.git/blobdiff - config/defaults.hjson
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / config / defaults.hjson
index 4c38ddd45547fbd9eccaf1858286a837b071b221..6032f8fc9ae4520be514fa689e43e0f97eaec9a2 100644 (file)
@@ -76,4 +76,8 @@
   port: 8536
   # Whether the site is available over TLS. Needs to be true for federation to work.
   tls_enabled: true
+  # The number of activitypub federation workers that can be in-flight concurrently
+  worker_count: 0
+  # The number of activitypub federation retry workers that can be in-flight concurrently
+  retry_count: 0
 }