From a8de332beb933db2acc1c93b7c352fb7f2c20647 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev Date: Mon, 31 Aug 2020 21:45:44 +0500 Subject: [PATCH] fix --- weed/filer2/filer.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/weed/filer2/filer.go b/weed/filer2/filer.go index a94052996..603e51fa2 100644 --- a/weed/filer2/filer.go +++ b/weed/filer2/filer.go @@ -19,9 +19,7 @@ import ( "github.com/chrislusf/seaweedfs/weed/wdclient" ) -const ( - PaginationSize = 1024 * 256 -) +const PaginationSize = 1024 * 256 var ( OS_UID = uint32(os.Getuid())