From 4ca02855963d1b10ed0ab936c5f8e4c1c6b18889 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 23 Jul 2012 08:07:55 -0700 Subject: [PATCH] [FileBackend] Bumped Swift listing page size. Change-Id: I44cab543246c0ff65b2bd64020d642a18c48cb67 --- includes/filerepo/backend/SwiftFileBackend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1