We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70378e commit c4247cfCopy full SHA for c4247cf
otsserver/rpc.py
@@ -86,7 +86,7 @@ def get_backup(self):
86
87
self.send_response(200)
88
self.send_header('Content-type', 'application/octet-stream')
89
- self.send_header('Cache-Control', 'public, max-age=10')
+ self.send_header('Cache-Control', 'public, max-age=31536000')
90
self.end_headers()
91
self.wfile.write(result)
92
0 commit comments