]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn
web commit by http://gmcmanus.myopenid.com/: search: create configuration once only...
[ikiwiki.git] / doc / bugs / search_creates_configuration_files_many_times_on_rebuild.mdwn
1 Currently, if ikiwiki is rebuilding then search.pm will (wastefully)
2 create its configuration files every time it indexes a file.
3
4 [This patch](http://gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch)
5 ensures the configuration files are created only once.
6
7 --Gabriel