Search code examples
c#asp.net-coreamazon-sqsmasstransit

MassTransit default value of WaitTimeSeconds


We have MassTransit in our project. What is the value of WaitTimeSeconds by default?


Solution

  • It depends on the version, the latest release defaults to 3 seconds. Earlier versions defaulted to 1 second.