Skip to content
Snippets Groups Projects
Commit e565ac99 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add bind of flag forceMessagePickupRetry

parent bb740621
Branches
Tags
1 merge request!23Release
......@@ -774,6 +774,8 @@ func init() {
rootCmd.Flags().Bool("forceMessagePickupRetry", false,
"Enable a mechanism which forces a 50% chance of no message pickup, " +
"instead triggering the message pickup retry mechanism")
viper.BindPFlag("forceMessagePickupRetry",
rootCmd.Flags().Lookup("forceMessagePickupRetry"))
// E2E Params
defaultE2EParams := params.GetDefaultE2ESessionParams()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment