This PR removes LevelDB as a dependency and returns rest to a stateless application. This means it can be scaled more effectively using pm2 cluster mode.
Only the last commit with the message Removing level DB which contains changes to the slp.ts library are part of this PR. The other commits in this PR already exist within the master branch, but have not yet been incorporated into the stage branch.
This PR removes LevelDB as a dependency and returns rest to a stateless application. This means it can be scaled more effectively using pm2 cluster mode.
Only the last commit with the message
Removing level DB
which contains changes to theslp.ts
library are part of this PR. The other commits in this PR already exist within themaster
branch, but have not yet been incorporated into thestage
branch.