database: increase max namespaces to 100

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-11-29 05:46:39 -05:00
parent c4fa76f217
commit d23f72d232
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {