this repo has no description
0
fork

Configure Feed

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

Fix also type of new-hosts-per-day-limit and default-account-limit

+2 -2
+2 -2
cmd/relay/main.go
··· 103 103 Sources: cli.EnvVars("RELAY_HOST_CONCURRENCY", "RELAY_CONCURRENCY_PER_PDS"), 104 104 Value: 40, 105 105 }, 106 - &cli.IntFlag{ 106 + &cli.Int64Flag{ 107 107 Name: "default-account-limit", 108 108 Value: 100, 109 109 Usage: "max number of active accounts for new upstream hosts", 110 110 Sources: cli.EnvVars("RELAY_DEFAULT_ACCOUNT_LIMIT", "RELAY_DEFAULT_REPO_LIMIT"), 111 111 }, 112 - &cli.IntFlag{ 112 + &cli.Int64Flag{ 113 113 Name: "new-hosts-per-day-limit", 114 114 Value: 50, 115 115 Usage: "max number of new upstream hosts subscribed per day via public requestCrawl",