Skip to content

Commit

Permalink
Update ConsumerOptions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
houseofcat committed Mar 16, 2024
1 parent ae0743c commit 016cfa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HouseofCat.RabbitMQ/Options/ConsumerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public void ApplyGlobalOptions(GlobalConsumerOptions globalConsumerOptions)
BatchSize = globalConsumerOptions.BatchSize ?? BatchSize;

AutoAck = globalConsumerOptions.AutoAck ?? AutoAck;
UseTransientChannels = globalConsumerOptions.UseTransientChannels ?? UseTransientChannels;
ErrorSuffix = globalConsumerOptions.ErrorSuffix ?? ErrorSuffix;
AltSuffix = globalConsumerOptions.AltSuffix ?? AltSuffix;
BehaviorWhenFull = globalConsumerOptions.BehaviorWhenFull ?? BehaviorWhenFull;
Expand Down

0 comments on commit 016cfa5

Please sign in to comment.