summaryrefslogtreecommitdiff
path: root/test/envparsing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-xtest/envparsing.sh72
1 files changed, 42 insertions, 30 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh
index 361866881..2a9be5155 100755
--- a/test/envparsing.sh
+++ b/test/envparsing.sh
@@ -20,43 +20,55 @@ EXPECT=$(cat <<"EOF"
"account-max-size": 99,
"account-sweep-freq": 1000000000,
"account-ttl": 10800000000000,
- "block-max-size": 100,
- "block-sweep-freq": 30000000000,
- "block-ttl": 300000000000,
- "domain-block-max-size": 1000,
+ "block-max-size": 1000,
+ "block-sweep-freq": 60000000000,
+ "block-ttl": 1800000000000,
+ "domain-block-max-size": 2000,
"domain-block-sweep-freq": 60000000000,
"domain-block-ttl": 86400000000000,
"emoji-category-max-size": 100,
- "emoji-category-sweep-freq": 30000000000,
- "emoji-category-ttl": 300000000000,
- "emoji-max-size": 500,
- "emoji-sweep-freq": 30000000000,
- "emoji-ttl": 300000000000,
- "media-max-size": 500,
- "media-sweep-freq": 30000000000,
- "media-ttl": 300000000000,
- "mention-max-size": 500,
- "mention-sweep-freq": 30000000000,
- "mention-ttl": 300000000000,
- "notification-max-size": 500,
- "notification-sweep-freq": 30000000000,
- "notification-ttl": 300000000000,
+ "emoji-category-sweep-freq": 60000000000,
+ "emoji-category-ttl": 1800000000000,
+ "emoji-max-size": 2000,
+ "emoji-sweep-freq": 60000000000,
+ "emoji-ttl": 1800000000000,
+ "follow-max-size": 2000,
+ "follow-request-max-size": 2000,
+ "follow-request-sweep-freq": 60000000000,
+ "follow-request-ttl": 1800000000000,
+ "follow-sweep-freq": 60000000000,
+ "follow-ttl": 1800000000000,
+ "media-max-size": 1000,
+ "media-sweep-freq": 60000000000,
+ "media-ttl": 1800000000000,
+ "mention-max-size": 2000,
+ "mention-sweep-freq": 60000000000,
+ "mention-ttl": 1800000000000,
+ "notification-max-size": 1000,
+ "notification-sweep-freq": 60000000000,
+ "notification-ttl": 1800000000000,
"report-max-size": 100,
- "report-sweep-freq": 30000000000,
- "report-ttl": 300000000000,
- "status-max-size": 500,
- "status-sweep-freq": 30000000000,
- "status-ttl": 300000000000,
- "tombstone-max-size": 100,
- "tombstone-sweep-freq": 30000000000,
- "tombstone-ttl": 300000000000,
- "user-max-size": 100,
- "user-sweep-freq": 30000000000,
- "user-ttl": 300000000000,
+ "report-sweep-freq": 60000000000,
+ "report-ttl": 1800000000000,
+ "status-fave-max-size": 2000,
+ "status-fave-sweep-freq": 60000000000,
+ "status-fave-ttl": 1800000000000,
+ "status-max-size": 2000,
+ "status-sweep-freq": 60000000000,
+ "status-ttl": 1800000000000,
+ "tombstone-max-size": 500,
+ "tombstone-sweep-freq": 60000000000,
+ "tombstone-ttl": 1800000000000,
+ "user-max-size": 500,
+ "user-sweep-freq": 60000000000,
+ "user-ttl": 1800000000000,
"webfinger-max-size": 250,
"webfinger-sweep-freq": 900000000000,
"webfinger-ttl": 86400000000000
- }
+ },
+ "visibility-max-size": 2000,
+ "visibility-sweep-freq": 60000000000,
+ "visibility-ttl": 1800000000000
},
"config-path": "internal/config/testdata/test.yaml",
"db-address": ":memory:",