infra/jetstream/run.sh

5 lines
216 B
Bash
Executable file

#!/usr/bin/env bash
while :; do
./src/jetstream --ws-url 'ws://127.0.0.1:3000/xrpc/com.atproto.sync.subscribeRepos' --liveness-ttl 10000m --listen-addr "127.0.0.1:6008" --metrics-listen-addr "127.0.0.1:6009"
done