do not use syncer for now

This commit is contained in:
Kukks 2024-07-29 13:37:49 +02:00
parent 53fe9def9d
commit e6ee0d8a2f
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ public class BTCPayConnectionManager : IHostedService, IHubConnectionObserver
private async Task MarkConnected()
{
await new RemoteToLocalSyncService(_dbContextFactory,this).Sync();
// await new RemoteToLocalSyncService(_dbContextFactory,this).Sync();
ConnectionState = HubConnectionState.Connected;
}

@ -1 +1 @@
Subproject commit a6c01f46581d7a94c5cc621dd46873793ff5f5f6
Subproject commit 0df173b415068e2117d0d67fc2a528b9b83afe40