forked from orbit-oss/flask
Enable threads by default for the dev server (#2529)
Enable threads by default for dev server
This commit is contained in:
parent
d24bb9ee32
commit
2ef2000a39
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -113,6 +113,7 @@ Major release, unreleased
|
|||
depending on ``app.debug``. No handlers are removed, and a handler is only
|
||||
added if no handlers are already configured. (`#2436`_)
|
||||
- Blueprint view function name may not contain dots. (`#2450`_)
|
||||
- The dev server now uses threads by default.
|
||||
|
||||
.. _#1421: https://github.com/pallets/flask/issues/1421
|
||||
.. _#1489: https://github.com/pallets/flask/pull/1489
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue