google-code-export / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
0 stars 0 forks source link

expose storeurl_bypass correctly #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current source code supports a storeurl_bypass. Problem is that the
config file does not.

Herewith trivial patch against current head to add this functionality.

Index: src/cf.data.pre
===================================================================
--- src/cf.data.pre (revision 14383)
+++ src/cf.data.pre (working copy)
@@ -2975,6 +2975,19 @@

 DOC_END

+NAME: storeurl_bypass
+TYPE: onoff
+LOC: Config.onoff.storeurl_bypass
+DEFAULT: off
+DOC_START
+   When this is 'on', a request will not go through the
+   storeurl if all storeurl rewriters are busy.  If this is 'off'
+   and the queue grows too large, Squid will exit
+   with a FATAL error and ask you to increase the number of
+   storeurl rewriters.  You should only enable this if the rewriters
+   are not critical to your caching system. 
+DOC_END
+
 NAME: redirector_bypass
 TYPE: onoff
 LOC: Config.onoff.redirector_bypass

Original issue reported on code.google.com by regar...@gmail.com on 2 Jan 2010 at 10:47

GoogleCodeExporter commented 9 years ago
Thanks, committed in rev 14384!

Original comment by adrian.c...@gmail.com on 6 Jan 2010 at 2:15

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by adrian.c...@gmail.com on 7 Jan 2010 at 1:36