Skip to content

[feat] improve speed of server startup

drebs requested to merge drebs/soledad:improve-server-startup into master

To avoid corrupting data, Soledad Server checks all user databases during startup to make sure all of them use the correct schema version. This was done synchronously, so when there are many databases startup would take a long time. This commit makes that verification asynchronous, thus speeding up server startup.

Merge request reports