zoom: make retry on failure configurable MP-565
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 14 Aug 2014 12:54:01 +0000 (14:54 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 14 Aug 2014 12:54:01 +0000 (14:54 +0200)
The default and existing behavior is that backend failures (any
diagnostic) makes the module re-search once. The behavior may
be changed by db parameter 'retry'. If given value '0' disables
retry and '1' enables it. If not given, the Torus record may
specify with element retryOnFailure (value '0'/'1').


No differences found