Skip to content

Commit

Permalink
Bug 1078523 - cycle data older than 5 months
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodoglio committed Jan 5, 2015
1 parent d9b1aa7 commit ae1ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeherder/settings/base.py
Expand Up @@ -40,7 +40,7 @@
{ "seconds":7776000, "days":90 },
]

DATA_CYCLE_INTERVAL = timedelta(days=30*6)
DATA_CYCLE_INTERVAL = timedelta(days=30*5)

RABBITMQ_USER = os.environ.get("TREEHERDER_RABBITMQ_USER", "")
RABBITMQ_PASSWORD = os.environ.get("TREEHERDER_RABBITMQ_PASSWORD", "")
Expand Down

0 comments on commit ae1ef4e

Please sign in to comment.