Skip to content

Commit

Permalink
Default disk prune to false (#4194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanjunath committed Oct 26, 2022
1 parent 4764a06 commit 1c608bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator-node/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ const config = convict({
doc: 'whether DiskManager.sweepSubdirectoriesInFiles() should run',
format: Boolean,
env: 'diskPruneEnabled',
default: true
default: false
},

/** sync / snapback configs */
Expand Down

0 comments on commit 1c608bb

Please sign in to comment.