Skip to content
Snippets Groups Projects
Commit d8832766 authored by Jake Taylor's avatar Jake Taylor
Browse files

made splitSends default to false

parent bfc8d312
No related branches found
No related tags found
1 merge request!170Release
......@@ -1007,7 +1007,7 @@ func init() {
"", 500, "The delay between sending the messages in ms")
viper.BindPFlag("sendDelay", rootCmd.Flags().Lookup("sendDelay"))
rootCmd.Flags().BoolP("splitSends",
"", true, "Force sends to go over multiple rounds if possible")
"", false, "Force sends to go over multiple rounds if possible")
viper.BindPFlag("splitSends", rootCmd.Flags().Lookup("splitSends"))
rootCmd.Flags().BoolP("verify-sends", "", false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment