increase max_size to support larger files
This commit is contained in:
parent
17114964c7
commit
86eb9d7440
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ def db_connection():
|
||||||
password=os.environ["SURREAL_PASS"],
|
password=os.environ["SURREAL_PASS"],
|
||||||
namespace=os.environ["SURREAL_NAMESPACE"],
|
namespace=os.environ["SURREAL_NAMESPACE"],
|
||||||
database=os.environ["SURREAL_DATABASE"],
|
database=os.environ["SURREAL_DATABASE"],
|
||||||
|
max_size=2.2**20,
|
||||||
encrypted=False, # Set to True if using SSL
|
encrypted=False, # Set to True if using SSL
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue