don't think caching helps here

master
Ted Unangst 5 years ago
parent 9594c5be2a
commit f7d33094fe

@ -786,7 +786,6 @@ func showontology(w http.ResponseWriter, r *http.Request) {
j["totalItems"] = len(xids)
j["orderedItems"] = xids
w.Header().Set("Cache-Control", "max-age=300")
j.Write(w)
return
}

Loading…
Cancel
Save