diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-16 17:26:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-16 17:26:20 -0400 |
commit | 654530fa8bb0937123ed526e3093170ef23f5295 (patch) | |
tree | aabce3b4b6148b0d7e3b443a25f36c15e10353a8 /debian | |
parent | 3aaa33064c4593941559f132632b9d19d9146271 (diff) | |
download | ikiwiki-654530fa8bb0937123ed526e3093170ef23f5295.tar ikiwiki-654530fa8bb0937123ed526e3093170ef23f5295.tar.gz |
Added only_committed_changes config setting, which speeds up wiki refresh by querying git to find the files that were changed, rather than looking at the work tree. Not enabled by default as it can break some setups where not all files get committed to git.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0f6a44c30..e7856c01b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,11 @@ ikiwiki (3.20130904.2) UNRELEASED; urgency=low * Fixed unncessary tight loop hash copy in saveindex where a pointer can be used instead. Can speed up refreshes by nearly 50% in some circumstances. - * Optmised loadindex by caching the page name in the index. + * Optimized loadindex by caching the page name in the index. + * Added only_committed_changes config setting, which speeds up wiki + refresh by querying git to find the files that were changed, rather + than looking at the work tree. Not enabled by default as it can + break some setups where not all files get committed to git. -- Joey Hess <joeyh@debian.org> Thu, 05 Sep 2013 10:01:10 -0400 |