Only use one thread for the webserver to save resources.
authortheuni <theuni-nospam-@xbmc.org>
Mon, 7 Feb 2011 21:22:25 +0000 (16:22 -0500)
committertheuni <theuni-nospam-@xbmc.org>
Tue, 15 Feb 2011 03:23:49 +0000 (22:23 -0500)
commita1f344986d9566cbf73012fa1868392d6ff1d157
tree01287d3442d62c80b012fd37a94403be0c2d9008
parenta0dc36c743a7a9ad400bdb4038a2ef949f94b536
Only use one thread for the webserver to save resources.

This was set to 8 while debugging a windows issue that turned out to be
unrelated.
(cherry picked from commit a4584537e26254f178bb6ddb9e2dbad6baa19ef5)
xbmc/utils/WebServer.cpp