You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Currently the path of levelDB folder is hardcoded. It may not be ideal for every user to keep the same path for the database and they might need to set it somewhere else.
Solution
Add levelDB folder path in the config so that it is easily changeable. Additionally, it'll better to have separate path for DB while running tests so that it doesn't interfere with DB running in production. Right now the tests wipes the contents of levelDB folder completely.
The text was updated successfully, but these errors were encountered:
Problem
Currently the path of levelDB folder is hardcoded. It may not be ideal for every user to keep the same path for the database and they might need to set it somewhere else.
Solution
Add levelDB folder path in the config so that it is easily changeable. Additionally, it'll better to have separate path for DB while running tests so that it doesn't interfere with DB running in production. Right now the tests wipes the contents of levelDB folder completely.
The text was updated successfully, but these errors were encountered: