summaryrefslogtreecommitdiff
path: root/ikiwiki.pl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 12:03:35 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 12:03:35 +0000
commitd389b0e4a45ebd88705f3bb95bf2e19e10e6ca2a (patch)
tree0284b2d889fea8586b8fff4bd440376b9319d863 /ikiwiki.pl
parent55aae671ad28ea75263125baea2468641583744d (diff)
* Avoid locking the wiki at all when handling some basic cgi stuff
(searches, recentchanges).
Diffstat (limited to 'ikiwiki.pl')
-rwxr-xr-xikiwiki.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ikiwiki.pl b/ikiwiki.pl
index 60ba5e182..ff1da353e 100755
--- a/ikiwiki.pl
+++ b/ikiwiki.pl
@@ -102,7 +102,6 @@ sub main () { #{{{
getconfig();
if ($config{cgi}) {
- lockwiki();
loadindex();
require IkiWiki::CGI;
cgi();