Let's try rocksdb since sqlite won't work?

This commit is contained in:
Lillian Violet 2024-03-24 21:50:12 +01:00
parent 0043166e05
commit 8598679e05

View file

@ -40,7 +40,7 @@ in {
settings.global = {
inherit server_name;
database_backend = "sqlite";
# database_backend = "rocksdb";
allow_registration = false;
};
};