Skip to content

Commit

Permalink
Purge ALL data
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Dec 11, 2024
1 parent fd54aa6 commit 3625a94
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,12 @@ export class ConnectionsManagerService extends EventEmitter implements OnModuleI
.readdirSync(this.quietDir)
.filter(
i =>
i.startsWith('Ipfs') || i.startsWith('OrbitDB') || i.startsWith('backendDB') || i.startsWith('Local Storage')
i.startsWith('Ipfs') ||
i.startsWith('OrbitDB') ||
i.startsWith('backendDB') ||
i.startsWith('Local Storage') ||
i.startsWith('libp2pDatastore') ||
i.startsWith('databases')
)
for (const dir of dirsToRemove) {
const dirPath = path.join(this.quietDir, dir)
Expand Down

0 comments on commit 3625a94

Please sign in to comment.