From 8ecfbfa2a57708366763d7adbfcb87f9b0df7d03 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Sat, 18 Feb 2017 00:41:07 +0100 Subject: Require that storage servers sign stored entries --- src/plop_sup.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plop_sup.erl') diff --git a/src/plop_sup.erl b/src/plop_sup.erl index 6bac20e..27f7680 100644 --- a/src/plop_sup.erl +++ b/src/plop_sup.erl @@ -43,6 +43,7 @@ init([]) -> {perm, the_entryhash_db, entryhash_db, entryhash_root_path}, {perm, the_indexforhash_db, indexforhash_db, indexforhash_root_path}, {perm, the_entry_db, entry_db, entry_root_path}, + {perm, the_sptcache, sptcache, sptcache_root_path}, {index, the_index_db, index_db, index_path}, {index, the_newentries_db, newentries_db, newentries_path} ]), -- cgit v1.1