mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 07:23:16 -06:00
update envparsing test
This commit is contained in:
parent
77ff30cf1d
commit
b750d15568
1 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,6 @@ EXPECT=$(cat << "EOF"
|
|||
"application-name": "gts",
|
||||
"bind-address": "127.0.0.1",
|
||||
"cache": {
|
||||
"account-ids-following-tag-mem-ratio": 1,
|
||||
"account-mem-ratio": 5,
|
||||
"account-note-mem-ratio": 1,
|
||||
"account-settings-mem-ratio": 0.1,
|
||||
|
|
@ -44,11 +43,13 @@ EXPECT=$(cat << "EOF"
|
|||
"follow-mem-ratio": 2,
|
||||
"follow-request-ids-mem-ratio": 2,
|
||||
"follow-request-mem-ratio": 2,
|
||||
"following-tag-ids-mem-ratio": 2,
|
||||
"in-reply-to-ids-mem-ratio": 3,
|
||||
"instance-mem-ratio": 1,
|
||||
"interaction-request-mem-ratio": 1,
|
||||
"list-entry-mem-ratio": 2,
|
||||
"list-ids-mem-ratio": 2,
|
||||
"list-mem-ratio": 1,
|
||||
"listed-ids-mem-ratio": 2,
|
||||
"marker-mem-ratio": 0.5,
|
||||
"media-mem-ratio": 4,
|
||||
"memory-target": 104857600,
|
||||
|
|
@ -65,7 +66,6 @@ EXPECT=$(cat << "EOF"
|
|||
"status-fave-ids-mem-ratio": 3,
|
||||
"status-fave-mem-ratio": 2,
|
||||
"status-mem-ratio": 5,
|
||||
"tag-ids-followed-by-account-mem-ratio": 1,
|
||||
"tag-mem-ratio": 2,
|
||||
"thread-mute-mem-ratio": 0.2,
|
||||
"token-mem-ratio": 0.75,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue