Let's try rocksdb since sqlite won't work?
This commit is contained in:
parent
0043166e05
commit
8598679e05
|
@ -40,7 +40,7 @@ in {
|
||||||
|
|
||||||
settings.global = {
|
settings.global = {
|
||||||
inherit server_name;
|
inherit server_name;
|
||||||
database_backend = "sqlite";
|
# database_backend = "rocksdb";
|
||||||
allow_registration = false;
|
allow_registration = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue