summaryrefslogtreecommitdiff
path: root/src/plop_sup.erl
diff options
context:
space:
mode:
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}
]),