]> Lady’s Gitweb - Gitweb/blobdiff - README
gitweb: Load checking
[Gitweb] / README
diff --git a/README b/README
index 6b89a66cf20c6bc8b3adeca971431ad8964a7eff03210d7b123e1cebaa483eb7..659de2bd005e6ee1fcd2e660ab907016c6dd30b0d5c4cc71f9996d608b31007e 100644 (file)
--- a/README
+++ b/README
@@ -173,7 +173,7 @@ not include variables usually directly set during build):
    Base URL for relative URLs in pages generated by gitweb,
    (e.g. $logo, $favicon, @stylesheets if they are relative URLs),
    needed and used only for URLs with nonempty PATH_INFO via
-   <base href="$base_url>.  Usually gitweb sets its value correctly,
+   <base href="$base_url">.  Usually gitweb sets its value correctly,
    and there is no need to set this variable, e.g. to $my_uri or "/".
  * $home_link
    Target of the home link on top of all pages (the first part of view
@@ -227,6 +227,11 @@ not include variables usually directly set during build):
    repositories from launching cross-site scripting (XSS) attacks.  Set this
    to true if you don't trust the content of your repositories. The default
    is false.
+ * $maxload
+   Used to set the maximum load that we will still respond to gitweb queries.
+   If server load exceed this value then return "503 Service Unavaliable" error.
+   Server load is taken to be 0 if gitweb cannot determine its value.  Set it to
+   undefined value to turn it off.  The default is 300.
 
 
 Projects list file format
This page took 0.169368 seconds and 4 git commands to generate.