diff options
author | 2025-01-20 09:56:00 +0000 | |
---|---|---|
committer | 2025-01-20 10:56:00 +0100 | |
commit | 37fd7c7a6a991b03507a4a7d5235dad1d4e6a958 (patch) | |
tree | 379ca9362cc322516a282306f39ab52f29f89d78 /example | |
parent | [chore]: Bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 (#3661) (diff) | |
download | gotosocial-37fd7c7a6a991b03507a4a7d5235dad1d4e6a958.tar.xz |
[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since (#3655)
Diffstat (limited to 'example')
-rw-r--r-- | example/config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index 644b51575..164eea7b2 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -415,6 +415,15 @@ instance-deliver-to-shared-inboxes: true # Default: false instance-inject-mastodon-version: false +# String. 24hr time of day formatted as hh:mm. +# Examples: ["14:30", "00:00", "04:00"] +# Default: "23:00" (11pm). +instance-subscriptions-process-from: "23:00" + +# Duration. Period between subscription updates. +# Examples: ["24h", "72h", "12h"] +# Default: "24h" (once per day). +instance-subscriptions-process-every: "24h" ########################### ##### ACCOUNTS CONFIG ##### |