diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-07 01:55:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-07 01:55:06 -0400 |
commit | 43e0691a50a97d9ccbb043deba27fa16e52c98a7 (patch) | |
tree | 4a3c3a001b1f1f891d6b5f1a82b6caf82bbeb378 /doc | |
parent | dbbc1e4040b737e4f42a621a7b3ee80521d02676 (diff) |
search: generate configuration files once only when rebuilding (Gabriel McManus)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
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 index 780593aac..e933feeca 100644 --- a/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn +++ b/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn @@ -1,7 +1,9 @@ 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) +[This patch](http://www.gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch) ensures the configuration files are created only once. --Gabriel + +> [[Done]] (and fixed your url) --[[Joey]] |