12.12 投标人须知正文提取
This commit is contained in:
parent
e0775f405a
commit
d7d0972c83
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user