From 41a1f5c189532c82e00ad1527f765fcd930159b1 Mon Sep 17 00:00:00 2001 From: Joshua Noble Date: Thu, 21 Dec 2023 16:33:58 -0500 Subject: [PATCH] Update setup.go Co-authored-by: Adin Schmahmann --- setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.go b/setup.go index dc22a21..cf7a49d 100644 --- a/setup.go +++ b/setup.go @@ -360,7 +360,7 @@ func Setup(ctx context.Context, cfg Config, key crypto.PrivKey, dnsCache *cached } func setupDatastore(cfg Config) (datastore.Batching, error) { - return flatfs.CreateOrOpen(filepath.Join(cfg.DataDir, "flatfs"), flatfs.NextToLast(2), true) + return flatfs.CreateOrOpen(filepath.Join(cfg.DataDir, "flatfs"), flatfs.NextToLast(3), false) } type bundledDHT struct {