database: increase max namespaces to 100
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
c4fa76f217
commit
d23f72d232
@ -34,7 +34,7 @@ if TYPE_CHECKING:
|
|||||||
DBType = Optional[DBRecord]
|
DBType = Optional[DBRecord]
|
||||||
|
|
||||||
DATABASE_VERSION = 1
|
DATABASE_VERSION = 1
|
||||||
MAX_NAMESPACES = 50
|
MAX_NAMESPACES = 100
|
||||||
MAX_DB_SIZE = 200 * 2**20
|
MAX_DB_SIZE = 200 * 2**20
|
||||||
|
|
||||||
RECORD_ENCODE_FUNCS = {
|
RECORD_ENCODE_FUNCS = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user