Skip to content

Commit

Permalink
use preferred 'pollInterval' instead of 'pollinterval' for relevant p…
Browse files Browse the repository at this point in the history
…ollers
  • Loading branch information
shawnchin committed Feb 20, 2013
1 parent a48cd4c commit e4244bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions master/docs/manual/cfg-changesources.rst
Expand Up @@ -756,7 +756,7 @@ depot for changes. It accepts the following arguments:
which effectively disables branch support. You should supply a function
which understands your repository structure.

``pollinterval``
``pollInterval``
How often to poll, in seconds. Defaults to 600 (10 minutes).

``histmax``
Expand Down Expand Up @@ -888,15 +888,15 @@ multiple branches.
Like ``svnuser``, this will cause a :option:`--password` argument to
be passed to all :command:`svn` commands.

``pollinterval``
``pollInterval``
How often to poll, in seconds. Defaults to 600 (checking once every 10
minutes). Lower this if you want the buildbot to notice changes
faster, raise it if you want to reduce the network and CPU load on
your svn server. Please be considerate of public SVN repositories by
using a large interval when polling them.

``histmax``
The maximum number of changes to inspect at a time. Every ``pollinterval``
The maximum number of changes to inspect at a time. Every ``pollInterval``
seconds, the :bb:chsrc:`SVNPoller` asks for the last ``histmax`` changes and
looks through them for any revisions it does not already know about. If
more than ``histmax`` revisions have been committed since the last poll,
Expand Down Expand Up @@ -1042,7 +1042,7 @@ arguments:
accepts a single branch name to fetch.
Exists for backwards compatibility with old configurations.

``pollinterval``
``pollInterval``
interval in seconds between polls, default is 10 minutes

``gitbin``
Expand Down Expand Up @@ -1134,7 +1134,7 @@ The :bb:chsrc:`HgPoller` accepts the following arguments:

If relative, the ``workdir`` will be interpreted from the master directory.

``pollinterval``
``pollInterval``
interval in seconds between polls, default is 10 minutes

``hgbin``
Expand Down

0 comments on commit e4244bf

Please sign in to comment.