GET /xrpc/app.bsky.actor.searchActorsTypeahead typeahead.waow.tech
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 5080912ca9c3d7d4301e4dce83a5b804de56d00a 6 lines 245 B view raw
1CREATE TABLE IF NOT EXISTS actor_deltas ( 2 bucket INTEGER PRIMARY KEY, -- 5-min bucket (Date.now() / 300_000) 3 actors_delta INTEGER NOT NULL DEFAULT 0, 4 handles_delta INTEGER NOT NULL DEFAULT 0, 5 avatars_delta INTEGER NOT NULL DEFAULT 0 6);