From 2bdff66f0a12a16684e5d25bcace551446ec1c78 Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 15 Oct 2025 13:32:02 +0200 Subject: [performance] cache account IDs in home timeline query not in exclusive lists (#4502) this caches the stage of the home timeline query in which we calculate which account IDs should be shown in a particular user's timeline. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4502 Co-authored-by: kim Co-committed-by: kim --- test/envparsing.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/envparsing.sh') diff --git a/test/envparsing.sh b/test/envparsing.sh index 36fd847c5..206da0d07 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -49,6 +49,7 @@ EXPECT=$(cat << "EOF" "cache-follow-request-ids-mem-ratio": 2, "cache-follow-request-mem-ratio": 2, "cache-following-tag-ids-mem-ratio": 2, + "cache-home-account-ids-mem-ratio": 2, "cache-in-reply-to-ids-mem-ratio": 3, "cache-instance-mem-ratio": 1, "cache-interaction-request-mem-ratio": 1, -- cgit v1.2.3