diff options
author | Linus Nordberg <linus@nordu.net> | 2017-03-01 09:54:07 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-01 09:54:07 +0100 |
commit | a6652b80f4281cfc7cbf78c008342e2fda36c715 (patch) | |
tree | caab69e703adaee7b0669e38ccc99f305991ef0d /src/plop_sup.erl | |
parent | 21a7ceeda03f851da2643e175c2dff7b0a012fe1 (diff) | |
parent | 11fc428f6eb52936bdbde1be5a6cd4e56704bc68 (diff) |
Merge branch 'map-storage-signature'
Diffstat (limited to 'src/plop_sup.erl')
-rw-r--r-- | src/plop_sup.erl | 1 |
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} ]), |