A tool for measuring the coverage of Bluesky/ATProto relays
9
fork

Configure Feed

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

use new Skyfall::Firehose constructor

+1 -1
+1 -1
run_test.rb
··· 39 39 40 40 pid = fork do 41 41 input.close 42 - sky = Skyfall::Firehose.new(host, :subscribe_repos) 42 + sky = Skyfall::Firehose.new(host) 43 43 44 44 events = 0 45 45 users = Set.new