From 385d42149cc68175777b1f6510c9fab1e8a8cf0e Mon Sep 17 00:00:00 2001 From: littleskunk Date: Thu, 24 Aug 2017 23:46:23 +0200 Subject: [PATCH] repair invalid farmer.config.json --- example/farmer.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/farmer.config.json b/example/farmer.config.json index b462437..f13673e 100644 --- a/example/farmer.config.json +++ b/example/farmer.config.json @@ -61,7 +61,7 @@ "storagePath": "", // Amount of space to lease to the network, as human readable string // Valid units are B, KB, MB, GB, TB - "storageAllocation": "2GB", + "storageAllocation": "2GB" // Max size of shards that will be accepted and stored // Use this and make this lower if you don't have a strong internet connection // "maxShardSize": "100MB"