openbmc / phosphor-rest-server

REST server that transposes dbus interfaces to REST
Apache License 2.0
4 stars 11 forks source link

Drop number of Rocket threads to 1 #12

Closed bradbishop closed 8 years ago

bradbishop commented 8 years ago

By default Rocket creates a threadpool 8 deep which uses a fair amount of memory. We don't need a multi-threaded server so this patch drops the min/max to 1.