forked from MarseyWorld/MarseyWorld
fsdfs
parent
0c0f86bf02
commit
e2d67b0881
|
@ -85,7 +85,7 @@ db_session = scoped_session(sessionmaker(bind=engine, autoflush=False))
|
|||
@app.before_request
|
||||
def before_request():
|
||||
|
||||
if request.content_length > 16 * 1024 * 1024: abort(413)
|
||||
#if request.content_length > 16 * 1024 * 1024: abort(413)
|
||||
|
||||
if request.method.lower() != "get" and app.config["READ_ONLY"]: return {"error":f"{app.config['SITE_NAME']} is currently in read-only mode."}, 500
|
||||
|
||||
|
|
Loading…
Reference in New Issue