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

Allow to configure StaticFiles CpuPool, via static method or env variable

This commit is contained in:
Nikolay Kim
2018-04-13 19:46:14 -07:00
parent 634c5723a0
commit a9ea649348
3 changed files with 33 additions and 6 deletions

View File

@ -3,6 +3,8 @@
## 0.5.2 (2018-04-xx)
* Allow to configure StaticFiles's CpuPool, via static method or env variable
* Add support for custom handling of Json extractor errors #181
* Fix StaticFiles does not support percent encoded paths #177