1
0
mirror of synced 2024-11-05 02:59:16 +00:00

Temporary workaround: increased publish timeout limit

This commit is contained in:
Mark van Renswoude 2020-03-17 14:57:27 +01:00
parent 7b8f396607
commit c1cd2823ca

View File

@ -24,7 +24,7 @@ namespace Tapeti.Connection
internal class TapetiClient : ITapetiClient internal class TapetiClient : ITapetiClient
{ {
private const int ReconnectDelay = 5000; private const int ReconnectDelay = 5000;
private const int MandatoryReturnTimeout = 30000; private const int MandatoryReturnTimeout = 300000;
private const int MinimumConnectedReconnectDelay = 1000; private const int MinimumConnectedReconnectDelay = 1000;
private readonly TapetiConnectionParams connectionParams; private readonly TapetiConnectionParams connectionParams;