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())