Browse Source

fix

pull/1431/head
Konstantin Lebedev 4 years ago
parent
commit
a8de332beb
  1. 4
      weed/filer2/filer.go

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

Loading…
Cancel
Save