From d4c30866b74f0058cb69e0686392f62795617e51 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Tue, 10 Sep 2024 20:11:07 +0900 Subject: [PATCH] Fix timeout issues during migration (#6208) --- .../InvoiceBlobMigratorHostedService.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BTCPayServer/HostedServices/InvoiceBlobMigratorHostedService.cs b/BTCPayServer/HostedServices/InvoiceBlobMigratorHostedService.cs index 7bcf1a694..27e9ed76e 100644 --- a/BTCPayServer/HostedServices/InvoiceBlobMigratorHostedService.cs +++ b/BTCPayServer/HostedServices/InvoiceBlobMigratorHostedService.cs @@ -23,7 +23,7 @@ namespace BTCPayServer.HostedServices; public class InvoiceBlobMigratorHostedService : BlobMigratorHostedService { - + private readonly PaymentMethodHandlerDictionary _handlers; public InvoiceBlobMigratorHostedService( @@ -45,7 +45,7 @@ public class InvoiceBlobMigratorHostedService : BlobMigratorHostedService invoices) { @@ -78,8 +78,8 @@ public class InvoiceBlobMigratorHostedService : BlobMigratorHostedService