mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
REST API: Channel Analyzer settings (1)
This commit is contained in:
@@ -29,6 +29,7 @@ WebAPIServer::WebAPIServer(const QString& host, uint16_t port, WebAPIRequestMapp
|
||||
{
|
||||
m_settings.host = host;
|
||||
m_settings.port = port;
|
||||
m_settings.maxRequestSize = 1<<23; // 8M
|
||||
}
|
||||
|
||||
WebAPIServer::~WebAPIServer()
|
||||
|
||||
Reference in New Issue
Block a user