Skip to content

Commit

Permalink
fix: renable server side caching (#3947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker-Stafford authored Jul 22, 2024
1 parent 46ec6bc commit 00220d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phoenix/server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ async def dispatch(
) -> Response:
response = await call_next(request)
response.headers["x-colab-notebook-cache-control"] = "no-cache"
response.headers["Cache-Control"] = "no-store"
return response


Expand Down

0 comments on commit 00220d0

Please sign in to comment.