diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-01-27 15:35:42 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-27 15:35:42 -0500 |
commit | e957c97c947427093d03de3302f4d98909d1ab1a (patch) | |
tree | fa2f343219e42691d568088832bfaedbd147b3f5 /modules/gallery/module.info | |
parent | 0c214d85e63fc74fb315ca1b542251d5c6112201 (diff) |
Add a key on relative_path_cache in the items table to improve performance on installs
that use File_Proxy heavily. Fixes #1920.
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index b6cefe39..d79a5077 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,6 +1,6 @@ name = "Gallery 3" description = "Gallery core application" -version = 54 +version = 55 author_name = "Gallery Team" author_url = "http://codex.galleryproject.org/Gallery:Team" info_url = "http://codex.galleryproject.org/Gallery3:Modules:gallery" |