config support; started more sharding

This commit is contained in:
Lev Kokotov
2022-02-08 09:25:59 -08:00
parent ef2aab3c61
commit c27a7d30dc
10 changed files with 372 additions and 40 deletions

View File

@@ -7,4 +7,5 @@ pub enum Error {
ServerError,
ServerTimeout,
DirtyServer,
BadConfig,
}