]> git.evergreen-ils.org Git - Evergreen.git/commit
Gave the added content module the ability to do book jacket lookups in addition to...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Aug 2007 16:02:40 +0000 (16:02 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Aug 2007 16:02:40 +0000 (16:02 +0000)
commit326a63baab6422b45645b76e6aa488318513c1d4
tree6d7b62aedec74dc6e61093350276a7e382aff5fa
parent627025d914bad7fe80ee537119f489e6eb0a5657
Gave the added content module the ability to do book jacket lookups in addition to its current duties
in addition, book jackets are cached in memcache, which means Apache disk/mem caching won't be necessary
also added in an error checking layer where if X consecutive errors occur, all added content lookups,
except for locally cached images, are disabled until the retry timeout has passed.  These new
settings go into the added_content section of the opensrf.xml config file.

new settings:

jacket_url
retry_timeout

All that's left is to add the automatic disable capabilities to the other lookups

git-svn-id: svn://svn.open-ils.org/ILS/trunk@7737 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm