bump min RIs to 61

This commit is contained in:
eyedeekay
2025-09-07 14:42:37 -04:00
parent fff0db25ad
commit 07a53cbb2c

View File

@@ -133,7 +133,7 @@ func NewReseedCommand() *cli.Command {
},
&cli.IntFlag{
Name: "numRi",
Value: 25,
Value: 61,
Usage: "Number of routerInfos to include in each su3 file",
},
&cli.IntFlag{