# HG changeset patch # User osimons # Date 1282864835 0 # Node ID b62562828364cb42d9329de60a099208b442c192 # Parent 4c73a3cea9f5c4ba01174e29e230da86ead84ce1 Improved documentation for the quick-status in navigation. See performance discussion at #536. diff --git a/bitten/master.py b/bitten/master.py --- a/bitten/master.py +++ b/bitten/master.py @@ -70,8 +70,11 @@ """The directory on the server in which client log files will be stored.""") quick_status = BoolOption('bitten', 'quick_status', False, doc= - """Whether to show the current build status withing the Trac main - navigation bar""") + """Whether to show the current build status within the Trac main + navigation bar. '''Note:''' The feature requires expensive database and + repository checks for every page request, and should not be enabled + if the project has a large repository or uses a non-Subversion + repository such as Mercurial or Git.""") def __init__(self): self.env.systeminfo.append(('Bitten',