increase cache to 30s
This commit is contained in:
parent
50f54d1d6d
commit
7762872e06
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ from sdbs_infra import settings
|
|||
from sdbs_infra.dashboard.views import IndexView
|
||||
|
||||
urlpatterns = [
|
||||
path('', cache_page(10)(IndexView.as_view())),
|
||||
path('', cache_page(30)(IndexView.as_view())),
|
||||
path('admin/', admin.site.urls),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue