this repo has no description
0
fork

Configure Feed

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

default to 'persist' dir name

+1 -1
+1 -1
cmd/relay/main.go
··· 86 86 &cli.StringFlag{ 87 87 Name: "persist-dir", 88 88 Usage: "local folder to store firehose playback files", 89 - Value: "data/relay/events", 89 + Value: "data/relay/persist", 90 90 EnvVars: []string{"RELAY_PERSIST_DIR", "RELAY_PERSISTER_DIR"}, 91 91 }, 92 92 &cli.DurationFlag{