diff --git a/moonraker/components/database.py b/moonraker/components/database.py index 16b6bf1..f6198f2 100644 --- a/moonraker/components/database.py +++ b/moonraker/components/database.py @@ -34,7 +34,7 @@ if TYPE_CHECKING: DBType = Optional[DBRecord] DATABASE_VERSION = 1 -MAX_NAMESPACES = 50 +MAX_NAMESPACES = 100 MAX_DB_SIZE = 200 * 2**20 RECORD_ENCODE_FUNCS = {