From: Aaron Schulz Date: Mon, 23 Jul 2012 15:07:55 +0000 (-0700) Subject: [FileBackend] Bumped Swift listing page size. X-Git-Tag: 1.31.0-rc.0~22965^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=4ca02855963d1b10ed0ab936c5f8e4c1c6b18889;p=lhc%2Fweb%2Fwiklou.git [FileBackend] Bumped Swift listing page size. Change-Id: I44cab543246c0ff65b2bd64020d642a18c48cb67 --- diff --git a/includes/filerepo/backend/SwiftFileBackend.php b/includes/filerepo/backend/SwiftFileBackend.php index 94ddb44b67..5f82a90ef9 100644 --- a/includes/filerepo/backend/SwiftFileBackend.php +++ b/includes/filerepo/backend/SwiftFileBackend.php @@ -1058,7 +1058,7 @@ class SwiftFileBackend extends FileBackendStore { * Setting this to '*' effectively makes a container public. * - .rlistings: : Grants access if the request is from a referrer host that * matches the expression and the request for a listing. - * + * * $writeGrps is a list of the possible criteria for a request to have * access to write to a container. Each item is of the following format: * - account:user : Grants access if the request is by the given user @@ -1296,7 +1296,7 @@ abstract class SwiftFileBackendList implements Iterator { protected $dir; // string; storage directory protected $suffixStart; // integer - const PAGE_SIZE = 5000; // file listing buffer size + const PAGE_SIZE = 9000; // file listing buffer size /** * @param $backend SwiftFileBackend