diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-07 00:57:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-07 00:57:39 -0400 |
commit | 85c75c8f9db6bca2a536aa2569d00f7f6d3ca481 (patch) | |
tree | 26caac0ec431da3b7388422be9e70d4b937f4ddb | |
parent | 474f51a7a2d8e42f7bd723a80b14abc6d36c4df3 (diff) | |
download | ikiwiki-85c75c8f9db6bca2a536aa2569d00f7f6d3ca481.tar ikiwiki-85c75c8f9db6bca2a536aa2569d00f7f6d3ca481.tar.gz |
web commit by http://gmcmanus.myopenid.com/: search: create configuration once only on rebuild
-rw-r--r-- | doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn | 7 |
1 files changed, 7 insertions, 0 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 new file mode 100644 index 000000000..780593aac --- /dev/null +++ b/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn @@ -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 |