diff options
| author | 2025-10-15 13:32:02 +0200 | |
|---|---|---|
| committer | 2025-10-17 15:33:35 +0200 | |
| commit | 2bdff66f0a12a16684e5d25bcace551446ec1c78 (patch) | |
| tree | 4a667a71f97d6d2d52d5b3dae1e56d74192219b3 /test | |
| parent | [chore/performance] Use CTE for list select statuses query (#4501) (diff) | |
| download | gotosocial-2bdff66f0a12a16684e5d25bcace551446ec1c78.tar.xz | |
[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 <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
Diffstat (limited to 'test')
| -rwxr-xr-x | test/envparsing.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
