add const
This commit is contained in:
@@ -18,7 +18,10 @@ import (
|
||||
"github.com/chrislusf/seaweedfs/weed/wdclient"
|
||||
)
|
||||
|
||||
const PaginationSize = 1024 * 256
|
||||
const (
|
||||
PaginationSize = 1024 * 256
|
||||
UnsupportedListDirectoryPrefixedErr = "UNSUPPORTED"
|
||||
)
|
||||
|
||||
var (
|
||||
OS_UID = uint32(os.Getuid())
|
||||
|
||||
Reference in New Issue
Block a user