Skip to content
Snippets Groups Projects
Unverified Commit 2c46f0c3 authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

fix: remove create snapshot before update

parent b263cfea
No related branches found
No related tags found
1 merge request!77fix: notify other party about deleting connection
Pipeline #70658 passed
# OCM ENGINE - AGENT # OCM ENGINE - AGENT
Agent service is a wrapper around @ocm-engine/askar library. Agent service is a wrapper around @ocm-engine/askar library.
......
...@@ -53,7 +53,6 @@ export class AskarService implements OnModuleInit, OnModuleDestroy { ...@@ -53,7 +53,6 @@ export class AskarService implements OnModuleInit, OnModuleDestroy {
label: this.agentConfig.agentName, label: this.agentConfig.agentName,
logger: new ConsoleLogger(this.agentConfig.logLevel), logger: new ConsoleLogger(this.agentConfig.logLevel),
autoUpdateStorageOnStartup: true, autoUpdateStorageOnStartup: true,
backupBeforeStorageUpdate: true,
walletConfig: { walletConfig: {
storage: { storage: {
type: "postgres", type: "postgres",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment