# npm# Save executions ending in errorsexportEXECUTIONS_DATA_SAVE_ON_ERROR=all
# Save successful executionsexportEXECUTIONS_DATA_SAVE_ON_SUCCESS=all
# Don't save node progress for each executionexportEXECUTIONS_DATA_SAVE_ON_PROGRESS=false# Don't save manually launched executionsexportEXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS=false
# npm# Activate automatic data pruningexportEXECUTIONS_DATA_PRUNE=true# Number of hours after execution that n8n deletes dataexportEXECUTIONS_DATA_MAX_AGE=168# Number of executions to storeexportEXECUTIONS_DATA_PRUNE_MAX_COUNT=50000