Skip to content

Commit

Permalink
Tweak config.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Oct 15, 2024
1 parent a0c6cad commit 9497749
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions config/vufind/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -320,17 +320,14 @@ allowUserLogin = true
; needs them. This setting is ignored if allowUserLogin is false.
checkILSCredentialsOnLogin = true

; ILS data cache life time in seconds per function. The cache is used to avoid
; repeating requests too often (but often enough to not use stale data).
; Currently supported for the functions listed below. Default is 60 seconds.
; Set to 0 to disable caching.
;cacheLifeTime[patronLogin] = 60
;cacheLifeTime[getProxiedUsers] = 60
;cacheLifeTime[getProxyingUsers] = 60
;cacheLifeTime[getPurchaseHistory] = 60
; * can be used to set the default for unlisted functions or be used as the only
; setting to disable caching:
;cacheLifeTime[*] = 0
; ILS data cache life time in seconds. The cache is used to avoid repeating
; requests too often (but often enough to not use stale data).
; Default is 60 seconds. Set to 0 to disable caching.
; * can be used to set the default for all cacheable functions (patronLogin,
; getProxiedUsers, getProxyingUsers or getPurchaseHistory):
;cacheLifeTime[*] = 60
; Default cache life time can be overridden for any cacheable function:
;cacheLifeTime[getProxiedUsers] = 300

; loadNoILSOnFailure - Whether or not to load the NoILS driver if the main driver fails
loadNoILSOnFailure = false
Expand Down

0 comments on commit 9497749

Please sign in to comment.