Browse Source

Merge pull request #865 from PapaYofen/fix-864

Fix https://github.com/chrislusf/seaweedfs/issues/864
pull/869/head
Chris Lu 6 years ago
committed by GitHub
parent
commit
572d986dee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      weed/topology/store_replicate.go

1
weed/topology/store_replicate.go

@ -47,6 +47,7 @@ func ReplicatedWrite(masterNode string, s *storage.Store,
}
q := url.Values{
"type": {"replicate"},
"ttl": {needle.Ttl.String()},
}
if needle.LastModified > 0 {
q.Set("ts", strconv.FormatUint(needle.LastModified, 10))

Loading…
Cancel
Save