don't think caching helps here
This commit is contained in:
parent
9594c5be2a
commit
f7d33094fe
1 changed files with 0 additions and 1 deletions
1
web.go
1
web.go
|
|
@ -786,7 +786,6 @@ func showontology(w http.ResponseWriter, r *http.Request) {
|
||||||
j["totalItems"] = len(xids)
|
j["totalItems"] = len(xids)
|
||||||
j["orderedItems"] = xids
|
j["orderedItems"] = xids
|
||||||
|
|
||||||
w.Header().Set("Cache-Control", "max-age=300")
|
|
||||||
j.Write(w)
|
j.Write(w)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue