]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jul 2008 05:51:49 +0000 (01:51 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jul 2008 05:51:49 +0000 (01:51 -0400)
doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn b/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn
new file mode 100644 (file)
index 0000000..780593a
--- /dev/null
@@ -0,0 +1,7 @@
+Currently, if ikiwiki is rebuilding then search.pm will (wastefully)
+create its configuration files every time it indexes a file.
+
+[This patch](http://gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch)
+ensures the configuration files are created only once.
+
+--Gabriel