mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd: Move ircd::db::init up in the main sequence.
This commit is contained in:
parent
173d19ee6a
commit
333d7a81f5
1 changed files with 2 additions and 2 deletions
|
@ -216,9 +216,9 @@ try
|
|||
nacl::init _nacl_; // nacl crypto
|
||||
openssl::init _ossl_; // openssl crypto
|
||||
net::init _net_; // Networking
|
||||
client::init _client_; // Client related
|
||||
server::init _server_; // Server related
|
||||
db::init _db_; // RocksDB
|
||||
server::init _server_; // Server related
|
||||
client::init _client_; // Client related
|
||||
js::init _js_; // SpiderMonkey
|
||||
m::init _matrix_; // Matrix
|
||||
|
||||
|
|
Loading…
Reference in a new issue