Doodle3D / doodle3d-firmware

The API of the Doodle3D WiFi box. This can for example talk to print3d, save settings, update the firmware etc.
www.doodle3d.com
GNU General Public License v2.0
13 stars 9 forks source link

Changed uhttpd config to match improvements #61

Closed olijf closed 8 years ago

peteruithoven commented 8 years ago

In https://github.com/Doodle3D/WiFi-Box/issues/6#issuecomment-220401373 you researched the result of tweaking max_requests, but I don't see any mention of max_connections. I only found information on max_connections in the following config, which I assume is the default config of uhttpd in OpenWRT? https://dev.openwrt.org/browser/trunk/package/network/services/uhttpd/files/uhttpd.config Why lower max_connections from 100 to 15?

olijf commented 8 years ago

@peteruithoven Well actually I did test different values of max_connections, but this does not seem to impact the wifibox much. I also assumed that because the API is just a giant script max_requests (and in turn minimizing the queue size) is more important than max_connections.

peteruithoven commented 8 years ago

Since we didn't really check the impact of of max_connections by for example loading the web interface on multiple devices I'd like to leave it at it's default (by removing the config).