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
I CTRL-C'd out of the node process and Caliper would not restart. It wouldn't restart because there was an error loading the crash database. Deleting the file fixed this.
Using a serialized file as a database is a bad idea. It would be better to move to something like SQLite.
The text was updated successfully, but these errors were encountered:
Feel free to change it. The project I forked used the file, it works for
what I'm using it for.
On Thu, May 19, 2016 at 3:23 AM Andy Martin [email protected]
wrote:
I CTRL-C'd out of the node process and Caliper would not restart. It
wouldn't restart because there was an error loading the crash database.
Deleting the file fixed this.
Using a serialized file as a database is a bad idea. It would be better to
move to something like SQLite.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #6
I CTRL-C'd out of the node process and Caliper would not restart. It wouldn't restart because there was an error loading the crash database. Deleting the file fixed this.
Using a serialized file as a database is a bad idea. It would be better to move to something like SQLite.
The text was updated successfully, but these errors were encountered: