1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

use one default cpu pool for StaticFiles #174

This commit is contained in:
Nikolay Kim
2018-04-12 15:50:20 -07:00
parent 0b01884fca
commit 2ca0ea70c4
2 changed files with 13 additions and 1 deletions

View File

@ -7,6 +7,8 @@
* Fix end-of-stream handling in parse_payload #173
* Fix StaticFiles generate a lot of threads #174
## 0.5.0 (2018-04-10)