Skip to content

Commit

Permalink
Merge pull request #554 from powerhouse-inc/287-add-support-for-detac…
Browse files Browse the repository at this point in the history
…h-strategy-for-old-drives

feat: added detach strategy for old drives
  • Loading branch information
gpuente authored Sep 24, 2024
2 parents 2b5ca85 + abb819b commit aade1c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
34 changes: 12 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"autoprefixer": "^10.4.14",
"cypress": "^13.11.0",
"did-key-creator": "^1.2.0",
"document-drive": "^1.0.0-alpha.98",
"document-drive": "1.0.0-alpha.99",
"document-model": "^1.8.0",
"document-model-libs": "^1.89.0",
"electron": "30.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/reactor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const getReactorDefaultDrivesConfig = (): Pick<
removeOldRemoteDrives:
defaultDrivesUrl.length > 0
? {
strategy: 'preserve-by-url',
strategy: 'preserve-by-url-and-detach',
urls: defaultDrivesUrl,
}
: { strategy: 'preserve-all' },
Expand Down

0 comments on commit aade1c3

Please sign in to comment.