Skip to content

Commit f5b6944

Browse files
committed
increased s3 cache to one week
1 parent c67c2df commit f5b6944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sarahjaine/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
AWS_STORAGE_BUCKET_NAME = config('AWS_STORAGE_BUCKET_NAME')
132132
AWS_QUERYSTRING_AUTH = False
133133
AWS_HEADERS = {
134-
'Cache-Control': 'max-age=86400',
134+
'Cache-Control': 'max-age=604800',
135135
}
136136

137137
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage'

0 commit comments

Comments
 (0)