From ca1454a3b22862a3b593e9f0fb601a6528b843b4 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Wed, 25 Nov 2015 01:27:27 +0100 Subject: [PATCH] ipfs: enable NoSync License: MIT Signed-off-by: Lars Gierth --- solarnet/roles/ipfs/templates/config.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solarnet/roles/ipfs/templates/config.j2 b/solarnet/roles/ipfs/templates/config.j2 index 83956a6..d749234 100644 --- a/solarnet/roles/ipfs/templates/config.j2 +++ b/solarnet/roles/ipfs/templates/config.j2 @@ -1,4 +1,7 @@ { + "DataStore": { + "NoSync": true + }, "Identity": { "PeerID": "{{ ipfs_identities[inventory_hostname].peer_id }}", "PrivKey": "{{ ipfs_identities[inventory_hostname].private_key }}"