From 2f20511f442cecc764c817709c4358a149984766 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 15 Sep 2021 15:06:30 +0200 Subject: add storeWorker and use it to store chunk content and hashes --- const.go | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'const.go') diff --git a/const.go b/const.go index d5ec7f0..c40cb97 100644 --- a/const.go +++ b/const.go @@ -1,11 +1,10 @@ package main const ( - chunksName = "chunks" - chunkIdFmt = "%015d" - versionFmt = "%05d" - filesName = "files" - fingerprintsName = "fingerprints" - recipeName = "recipe" - sketchesName = "sketches" + chunksName = "chunks" + chunkIdFmt = "%015d" + versionFmt = "%05d" + filesName = "files" + hashesName = "hashes" + recipeName = "recipe" ) -- cgit v1.2.3