new optional config varuable: disable_annotate
config.py.sample
Fri Mar 16 19:27:14 UTC 2007 VMiklos <vmiklos@frugalware.org>
* new optional config varuable: disable_annotate
* the annotate feature is still enabled by default
* this can be useful on slow machines
--- old-darcsweb/config.py.sample 2015-12-07 23:46:02.000000000 +0000
+++ new-darcsweb/config.py.sample 2015-12-07 23:46:02.000000000 +0000
@@ -79,6 +79,11 @@
# here. Example for CIA:
#author_links = "http://cia.navi.cx/stats/author/%(author)s"
+ # If you want to disable the annotate feature (for performance reasons,
+ # the http connection will time out on slow machines), uncomment this
+ # option.
+ #disable_annotate = True
+
#