Increase cache control max age for static files to improve performance over longer run. Fixes #4681

This commit is contained in:
Aditya Toshniwal
2019-09-02 12:17:43 +05:30
committed by Akshay Joshi
parent 0ca65d7cfe
commit bc91a7c7b2
2 changed files with 5 additions and 1 deletions

View File

@@ -38,4 +38,5 @@ Bug fixes
| `Issue #4650 <https://redmine.postgresql.org/issues/4650>`_ - Fix SQL tab issue for Views. It's a regression of compound triggers.
| `Issue #4657 <https://redmine.postgresql.org/issues/4657>`_ - Fix PGADMIN_SERVER_JSON_FILE environment variable support in the container.
| `Issue #4663 <https://redmine.postgresql.org/issues/4663>`_ - Fix exception in query history for python 2.7.
| `Issue #4674 <https://redmine.postgresql.org/issues/4674>`_ - Fix query tool launch error if user name contain html characters.
| `Issue #4674 <https://redmine.postgresql.org/issues/4674>`_ - Fix query tool launch error if user name contain html characters.
| `Issue #4681 <https://redmine.postgresql.org/issues/4681>`_ - Increase cache control max age for static files to improve performance over longer run.