mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
increase HTTPD_MAX_CONNECTIONS to 50
This fixes crashes/problems caused by FHEM plugins.
https://forum.fhem.de/index.php/topic,54481.msg460625.html#msg460625
Origin commit data
------------------
Branch: ni/coolstream
Commit: 873d056d2e
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Origin message was:
------------------
- increase HTTPD_MAX_CONNECTIONS to 50
This fixes crashes/problems caused by FHEM plugins.
https://forum.fhem.de/index.php/topic,54481.msg460625.html#msg460625
------------------
This commit was generated by Migit
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
#undef HTTPD_NAME
|
||||
#define HTTPD_NAME "nhttpd"
|
||||
#define HTTPD_STANDARD_PORT 80
|
||||
#define HTTPD_MAX_CONNECTIONS 10
|
||||
#define HTTPD_MAX_CONNECTIONS 50
|
||||
#define HTTPD_REQUEST_LOG "/tmp/httpd_log"
|
||||
#define SSL_PEMFILE HTTPD_CONFIGDIR "/server.pem"
|
||||
#define SSL_CA_FILE HTTPD_CONFIGDIR "/cacert.pem"
|
||||
|
Reference in New Issue
Block a user