database: increase max namespaces to 100
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user