1
0
Fork 0
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:
Steffen Vogel 2019-08-28 16:55:40 +02:00
parent e0f4fe7402
commit a3c8b17665

View file

@ -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();