mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
web: reduce polling timeout for lws_service
This commit is contained in:
parent
e0f4fe7402
commit
a3c8b17665
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void Web::worker()
|
|||
logger->info("Started worker");
|
||||
|
||||
while (running) {
|
||||
lws_service(context, 100);
|
||||
lws_service(context, 10);
|
||||
|
||||
while (!writables.empty()) {
|
||||
wsi = writables.pop();
|
||||
|
|
Loading…
Add table
Reference in a new issue