mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:02:25 -05:00
[feature/chore] Add Move database functions + cache (#2647)
* [feature/chore] Add Move database functions + cache * add move mem ratio to envparsing.sh * update comment
This commit is contained in:
parent
61a2b91f45
commit
b22e213e15
17 changed files with 671 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ EXPECT=$(cat << "EOF"
|
|||
"media-mem-ratio": 4,
|
||||
"memory-target": 104857600,
|
||||
"mention-mem-ratio": 2,
|
||||
"move-mem-ratio": 0.1,
|
||||
"notification-mem-ratio": 2,
|
||||
"poll-mem-ratio": 1,
|
||||
"poll-vote-ids-mem-ratio": 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue