increase max_size to support larger files

This commit is contained in:
LUIS NOVO 2024-10-26 16:10:51 -03:00
parent 17114964c7
commit 86eb9d7440

View file

@ -19,6 +19,7 @@ def db_connection():
password=os.environ["SURREAL_PASS"],
namespace=os.environ["SURREAL_NAMESPACE"],
database=os.environ["SURREAL_DATABASE"],
max_size=2.2**20,
encrypted=False, # Set to True if using SSL
)
try: