Merge "Use a closure instead of PathRouterPatternReplacer"
[lhc/web/wiklou.git] / includes / libs / rdbms / ChronologyProtector.php
index b0dc10e..45179cc 100644 (file)
@@ -66,7 +66,7 @@ class ChronologyProtector implements LoggerAwareInterface {
        /** @var int Seconds to store positions */
        const POSITION_TTL = 60;
        /** @var int Seconds to store position write index cookies (safely less than POSITION_TTL) */
-       const POSITION_COOKIE_TTL = 60;
+       const POSITION_COOKIE_TTL = 10;
        /** @var int Max time to wait for positions to appear */
        const POS_STORE_WAIT_TIMEOUT = 5;