diff --git a/BTCPayServer/Data/StoreData.cs b/BTCPayServer/Data/StoreData.cs index 2894e39b3..57f226696 100644 --- a/BTCPayServer/Data/StoreData.cs +++ b/BTCPayServer/Data/StoreData.cs @@ -298,7 +298,7 @@ namespace BTCPayServer.Data public StoreBlob() { InvoiceExpiration = 15; - MonitoringExpiration = 60; + MonitoringExpiration = 1440; PaymentTolerance = 0; RequiresRefundEmail = true; }