We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13188cf commit d882ca3Copy full SHA for d882ca3
roundup/scripts/roundup_server.py
@@ -322,6 +322,7 @@ def inner_run_cgi(self):
322
self.send_response(200)
323
self.send_header('Content-Type', 'image/x-icon')
324
self.send_header('Content-Length', len(favico))
325
+ self.send_header('Cache-Control', "public, max-age=86400")
326
self.end_headers()
327
328
# this bufsize is completely arbitrary, I picked 4K because
0 commit comments