mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix
This commit is contained in:
parent
7f013d77d6
commit
a8de332beb
|
@ -19,9 +19,7 @@ import (
|
||||||
"github.com/chrislusf/seaweedfs/weed/wdclient"
|
"github.com/chrislusf/seaweedfs/weed/wdclient"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const PaginationSize = 1024 * 256
|
||||||
PaginationSize = 1024 * 256
|
|
||||||
)
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
OS_UID = uint32(os.Getuid())
|
OS_UID = uint32(os.Getuid())
|
||||||
|
|
Loading…
Reference in a new issue