mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Allow for cache timers to be adjusted on a per path basis
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user