fix
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Keep federation delivery and home timeline lookups indexed as caches grow.
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_actor_cache_inbox ON actor_cache(inbox);
|
||||
CREATE INDEX IF NOT EXISTS idx_outgoing_follows_target_accepted ON outgoing_follows(target_actor, accepted);
|
||||
Reference in New Issue
Block a user