fix: remove Gunicorn field_size/body limits (8KB default was truncating uploads), bump 1.0.4→1.0.5
Deploy loadtest / validate (push) Waiting to run

This commit is contained in:
2026-07-10 20:19:03 +04:00
parent 6f55ea5998
commit d303985877
4 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from flask import Flask, render_template, request
app = Flask(__name__)
VERSION = '1.0.4'
VERSION = '1.0.5'
@app.route('/')