diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-06-11 10:35:50 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-06-12 13:25:57 -0400 |
commit | 438a2a90233b2ef971a03b52f8ef29160b28ae19 (patch) | |
tree | 4da5f59250fe581283e8e49d85406fbb064040af /docs | |
parent | 0391d2443829ee0d92943c80ffcd918eafe53a6b (diff) | |
download | ampache-438a2a90233b2ef971a03b52f8ef29160b28ae19.tar.gz ampache-438a2a90233b2ef971a03b52f8ef29160b28ae19.tar.bz2 ampache-438a2a90233b2ef971a03b52f8ef29160b28ae19.zip |
Don't cache browses for the API
The API will never request it again, so caching the query just wastes
space.
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bbe26643..4cf79003 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,8 @@ CHANGELOG 3.6-FUTURE ---------- +- Fixed unnecessary growth of the tmp_browse table from API usage (reported + by Ondalf) - Removed external module 'validateEmail' - Updated PHPMailer to 5.2.6 |