this repo has no description
0
fork

Configure Feed

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

more Int64Flag fixes

+2 -2
+2 -2
cmd/relay/pull.go
··· 32 32 Value: "sqlite://data/relay/relay.sqlite", 33 33 Sources: cli.EnvVars("DATABASE_URL"), 34 34 }, 35 - &cli.IntFlag{ 35 + &cli.Int64Flag{ 36 36 Name: "default-account-limit", 37 37 Value: 100, 38 38 Usage: "max number of active accounts for new upstream hosts", 39 39 Sources: cli.EnvVars("RELAY_DEFAULT_ACCOUNT_LIMIT", "RELAY_DEFAULT_REPO_LIMIT"), 40 40 }, 41 - &cli.IntFlag{ 41 + &cli.Int64Flag{ 42 42 Name: "batch-size", 43 43 Value: 500, 44 44 Usage: "host many hosts to pull at a time",