do not use syncer for now
This commit is contained in:
parent
53fe9def9d
commit
e6ee0d8a2f
@ -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
|
||||
Loading…
Reference in New Issue
Block a user