12.12 投标人须知正文提取

This commit is contained in:
zy123 2024-12-12 16:21:20 +08:00
parent e0775f405a
commit d7d0972c83

View File

@ -24,7 +24,7 @@ def create_app():
app.register_blueprint(test_zbparse_bp) app.register_blueprint(test_zbparse_bp)
app.connection_limiters['upload'] = ConnectionLimiter(max_connections=10) app.connection_limiters['upload'] = ConnectionLimiter(max_connections=10)
app.connection_limiters['get_deviation'] = ConnectionLimiter(max_connections=10) app.connection_limiters['get_deviation'] = ConnectionLimiter(max_connections=10)
app.connection_limiters['default'] = ConnectionLimiter(max_connections=1) app.connection_limiters['default'] = ConnectionLimiter(max_connections=10)
@app.teardown_request @app.teardown_request
def teardown_request(exception): def teardown_request(exception):