Skip to content

Commit

Permalink
tree: longer ttl (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Jul 21, 2023
1 parent 7b0e5c2 commit 6009f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@ func (s *Server) GetTree(w http.ResponseWriter, r *http.Request) {

tr.LeafCount = len(tr.UnhashedLeaves)

w.Header().Set("Cache-Control", "public, max-age=5")
w.Header().Set("Cache-Control", "public, max-age=86400")
s.sendJSON(r, w, tr)
}

1 comment on commit 6009f77

@vercel
Copy link

@vercel vercel bot commented on 6009f77 Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lanyard – ./

lanyard.mf.dev
lanyard-production.mf.dev
lanyard-git-main.mf.dev

Please sign in to comment.