mirror of https://github.com/perkeep/perkeep.git
blobserver/blobpacked: fix manifest doc example
Change-Id: Ibfd212d714b568565d09470ee1d6edce58731088
This commit is contained in:
parent
b9aec12f31
commit
ba0126e899
|
@ -58,10 +58,10 @@ Manifest type. It looks like this:
|
|||
{"blob": "sha1-f1d2d2f924e986ac86fdf7b36c94bcdf32beec15", "offset": 0, "size": 273048},
|
||||
{"blob": "sha1-e242ed3bffccdf271b7fbaf34ed72d089537b42f", "offset": 273048, "size": 112783},
|
||||
{"blob": "sha1-6eadeac2dade6347e87c0d24fd455feffa7069f0", "offset": 385831, ...},
|
||||
{"blob": "sha1-beb1df0b75952c7d277905ad14de71ef7ef90c44", "offset": ...},
|
||||
{"blob": "sha1-a0ceb10b04403c9cc1d032e07a9071db5e711c9a", "offset": ...},
|
||||
{"blob": "sha1-7b4d9c8529c27d592255c6dfb17188493db96ccc", "offset": ...}
|
||||
],
|
||||
{"blob": "sha1-9425cca1dde5d8b6eb70cd087db4e356da92396e", "offset": ...},
|
||||
{"blob": "sha1-7709559a3c8668c57cc0a2f57c418b1cc3598049", "offset": ...},
|
||||
{"blob": "sha1-f62cb5d05cfbf2a7a6c7f8339d0a4bf1dcd0ab6c", "offset": ...}
|
||||
] // raw data blobs of foo.jpg
|
||||
}
|
||||
|
||||
The manifest.json ensures that if the metadata index is lost, all the
|
||||
|
|
Loading…
Reference in New Issue