]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove some outdated iprop documentation 978/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 23 Sep 2019 20:59:05 +0000 (16:59 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 27 Sep 2019 22:58:03 +0000 (18:58 -0400)
Commit 969331732b62e73d1e073ff3ad87bf1774ee9fd1 (ticket 7369) removed
the code to return UPDATE_BUSY if the database was modified within the
last ten seconds, but did not remove the corresponding documentation
text.  Remove it now.

ticket: 8835 (new)
tags: pullup
target_version: 1.17-next

doc/admin/database.rst

index 4b39b4d01b02629cf95be89d36e24a22b14d22ac..6611f90d0afb0018c962fbfd0f7ec048172d4b76 100644 (file)
@@ -793,13 +793,7 @@ an "update log" file, maintained as a circular buffer of a certain
 size.  A process on each replica KDC connects to a service on the
 master KDC (currently implemented in the :ref:`kadmind(8)` server) and
 periodically requests the changes that have been made since the last
-check.  By default, this check is done every two minutes.  If the
-database has just been modified in the previous several seconds
-(currently the threshold is hard-coded at 10 seconds), the replica
-will not retrieve updates, but instead will pause and try again soon
-after.  This reduces the likelihood that incremental update queries
-will cause delays for an administrator trying to make a bunch of
-changes to the database at the same time.
+check.  By default, this check is done every two minutes.
 
 Incremental propagation uses the following entries in the per-realm
 data in the KDC config file (See :ref:`kdc.conf(5)`):