Bumped the default Swift token expiry a bit
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 25 Sep 2014 00:04:01 +0000 (17:04 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 25 Sep 2014 00:04:01 +0000 (17:04 -0700)
Change-Id: I59f698a024180410ffd0c02290f6d61db5999f12

includes/filebackend/SwiftFileBackend.php

index f40ec46..625b9b4 100644 (file)
@@ -112,7 +112,7 @@ class SwiftFileBackend extends FileBackendStore {
                // Optional settings
                $this->authTTL = isset( $config['swiftAuthTTL'] )
                        ? $config['swiftAuthTTL']
-                       : 5 * 60; // some sane number
+                       : 15 * 60; // some sane number
                $this->swiftTempUrlKey = isset( $config['swiftTempUrlKey'] )
                        ? $config['swiftTempUrlKey']
                        : '';