]> Untitled Git - lemmy.git/blobdiff - config/defaults.hjson
Add default post listing type (fixes #2195) (#2209)
[lemmy.git] / config / defaults.hjson
index ac732b20d1f73257ca4916195d209633f71c1636..681e60966fafc6722b12ffa4c24150626dcea061 100644 (file)
     comment: 6
     # Interval length for comment limit, in seconds
     comment_per_second: 600
+    search: 6
+    # Interval length for search limit, in seconds
+    search_per_second: 600
   }
   # Settings related to activitypub federation
   federation: {
     # Whether to enable activitypub federation.
     enabled: false
     # Allows and blocks are described here:
-    # https://join-lemmy.org/docs/en/federation/administration.html///instance-allowlist-and-blocklist
+    # https://join-lemmy.org/docs/en/administration/federation_getting_started.html
     # 
     # list of instances with which federation is allowed
     allowed_instances: [
     # use allowlist only for remote communities, and posts/comments in local communities
     # (meaning remote communities will show content from arbitrary instances).
     strict_allowlist: true
-    # Number of workers for sending outgoing activities.
-    worker_count: 16
+    # Number of workers for sending outgoing activities. Search logs for Activity queue stats to
+    # see information. If running number is consistently close to the worker_count, you should
+    # increase it.
+    worker_count: 64
   }
   captcha: {
     # Whether captcha is required for signup
     application_question: "string"
     private_instance: true
     default_theme: "string"
+    default_post_listing_type: "string"
   }
   # the domain name of your instance (mandatory)
   hostname: "unset"