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 7b0e5c2 commit 6009f77Copy full SHA for 6009f77
api/tree.go
@@ -256,6 +256,6 @@ func (s *Server) GetTree(w http.ResponseWriter, r *http.Request) {
256
257
tr.LeafCount = len(tr.UnhashedLeaves)
258
259
- w.Header().Set("Cache-Control", "public, max-age=5")
+ w.Header().Set("Cache-Control", "public, max-age=86400")
260
s.sendJSON(r, w, tr)
261
}
0 commit comments