Allow for cache timers to be adjusted on a per path basis

This commit is contained in:
2011-12-04 03:44:27 +00:00
parent 865a0ff57e
commit 39d588e6f9
2 changed files with 14 additions and 1 deletions

View File

@@ -95,6 +95,13 @@ LOGIN_URL = "/login"
OAUTH_AUTH_VIEW = 'api.views.oauth_auth_view'
OAUTH_CALLBACK_VIEW = 'api.views.oauth_callback_view'
## EVE Proxy
# Manual adjustments to cache timers (lowercase path)
EVE_PROXY_CACHE_ADJUSTMENTS = {
'/api/calllist.xml.aspx': 3600,
}
### Celery Schedule
from celeryschedule import *