Skip to content

Commit

Permalink
Set EXECUTIONS_DATA_PRUNE to false (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Omri Attoun <[email protected]>
  • Loading branch information
omrijoyous and omri10 authored Nov 27, 2023
1 parent c2da8d4 commit cdeed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export const schema = {
pruneData: {
doc: 'Delete data of past executions on a rolling basis',
format: 'Boolean',
default: true,
default: false,
env: 'EXECUTIONS_DATA_PRUNE',
},
pruneDataMaxAge: {
Expand Down

0 comments on commit cdeed9d

Please sign in to comment.