History keeper is now separated from chainpad-server

This commit is contained in:
yflory
2019-03-29 17:03:53 +01:00
parent babb91686d
commit f24d34c0af
3 changed files with 637 additions and 5 deletions

2
rpc.js
View File

@@ -1669,7 +1669,7 @@ RPC.create = function (
maxUploadSize: config.maxUploadSize || (20 * 1024 * 1024),
Sessions: {},
paths: {},
msgStore: (undefined /*:any*/),
msgStore: config.store,
pinStore: (undefined /*:any*/),
pinnedPads: {},
evPinnedPadsReady: mkEvent(true),