Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Revert "Set a 5min cache on the _status/data-sets endpoint"
Browse files Browse the repository at this point in the history
  • Loading branch information
tombooth committed Jul 30, 2014
1 parent 2cfec6e commit ac29cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backdrop/read/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def health_check():


@app.route('/_status/data-sets', methods=['GET'])
@cache_control.set('max-age=300')
@cache_control.nocache
@statsd.timer('read.route.heath_check.data_set')
def data_set_health():

Expand Down

0 comments on commit ac29cfa

Please sign in to comment.