Skip to content

Commit

Permalink
reduce default purge retention to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Feb 26, 2014
1 parent 92ba704 commit f9b3c1c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -936,14 +936,14 @@ job.random.max.start.time.ms=10000
#
# DatabaseOverridable: true
# Tags: purge
purge.retention.minutes=7200
purge.retention.minutes=1440

# This is the retention for how long statistic data will be kept in the symmetric stats
# tables. Note that data will be purged only if the statistics flush job is enabled.
#
# DatabaseOverridable: true
# Tags: purge
purge.stats.retention.minutes=7200
purge.stats.retention.minutes=1440

# This is the retention time for how long a extract request will be retained
#
Expand Down

0 comments on commit f9b3c1c

Please sign in to comment.