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