Skip to content

Commit

Permalink
removed number of executions prune limit
Browse files Browse the repository at this point in the history
  • Loading branch information
omri10 committed Sep 16, 2023
1 parent d95e6d8 commit 258e6be
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 @@ -335,7 +335,7 @@ export const schema = {
pruneDataMaxCount: {
doc: 'Maximum number of executions to keep in DB. 0 = no limit',
format: Number,
default: 10000,
default: 0,
env: 'EXECUTIONS_DATA_PRUNE_MAX_COUNT',
},
},
Expand Down

0 comments on commit 258e6be

Please sign in to comment.