From b22e213e15a7bc64773e626d76305bd860e6301c Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:18:57 +0100 Subject: [feature/chore] Add Move database functions + cache (#2647) * [feature/chore] Add Move database functions + cache * add move mem ratio to envparsing.sh * update comment --- internal/config/defaults.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config/defaults.go') diff --git a/internal/config/defaults.go b/internal/config/defaults.go index c98b54b0b..6ca508d5a 100644 --- a/internal/config/defaults.go +++ b/internal/config/defaults.go @@ -179,6 +179,7 @@ var Defaults = Configuration{ MarkerMemRatio: 0.5, MediaMemRatio: 4, MentionMemRatio: 2, + MoveMemRatio: 0.1, NotificationMemRatio: 2, PollMemRatio: 1, PollVoteMemRatio: 2, -- cgit v1.2.3