summaryrefslogtreecommitdiff
path: root/src/plop_sup.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-03-01 09:54:07 +0100
committerLinus Nordberg <linus@nordu.net>2017-03-01 09:54:07 +0100
commita6652b80f4281cfc7cbf78c008342e2fda36c715 (patch)
treecaab69e703adaee7b0669e38ccc99f305991ef0d /src/plop_sup.erl
parent21a7ceeda03f851da2643e175c2dff7b0a012fe1 (diff)
parent11fc428f6eb52936bdbde1be5a6cd4e56704bc68 (diff)
Merge branch 'map-storage-signature'
Diffstat (limited to 'src/plop_sup.erl')
-rw-r--r--src/plop_sup.erl1
1 files changed, 1 insertions, 0 deletions
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}
]),