Browse Source

fix append disorder (#5492)

pull/5494/head
skycope 9 months ago
committed by GitHub
parent
commit
6dae685f9c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/server/filer_grpc_server.go

2
weed/server/filer_grpc_server.go

@ -234,7 +234,7 @@ func (fs *FilerServer) cleanupChunks(fullpath string, existingEntry *filer.Entry
}
}
chunks = append(chunks, manifestChunks...)
chunks = append(manifestChunks, chunks...)
return
}

Loading…
Cancel
Save