rdbms: fix value of ChronologyProtector::POSITION_COOKIE_TTL
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 11 Jul 2018 09:39:05 +0000 (10:39 +0100)
committerReedy <reedy@wikimedia.org>
Wed, 11 Jul 2018 12:40:17 +0000 (12:40 +0000)
commit6cce704da1335078aa98838e7a7da9eeb4e46b67
treeaa9fa2ad8fbbb24476a35e9ff1b595f3612d5018
parente22e06e4810d998315502bd091f64abda68a6f62
rdbms: fix value of ChronologyProtector::POSITION_COOKIE_TTL

This was supposed to be 10 (~LoadBalancer::MAX_WAIT_DEFAULT) but
ended up as 60 by mistake in 52af356cad (when the constant was added).

Bug: T194403
Change-Id: Ie94949eebaafde2e0c4e2fcffabcb78866363a27
includes/libs/rdbms/ChronologyProtector.php