this repo has no description
0
fork

Configure Feed

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

firehose.sh: bump buffer size, drop checkpoint stuff

+2 -5
+2 -5
firehose.sh
··· 1 1 #!/usr/bin/env bash 2 2 3 - cursor="$(redis-cli <<<'get bsky-tools:firehose:subscribe-repos:seq')" 4 - 5 - websocat -v -bE \ 6 - ws-l:127.0.0.1:9060 \ 7 - "wss://bsky.network/xrpc/com.atproto.sync.subscribeRepos?cursor=${cursor}" 3 + websocat -v -bE -B 1048576 \ 4 + ws-l:127.0.0.1:9060 wss://bsky.network/xrpc/com.atproto.sync.subscribeRepos?cursor=0