Details
-
Task
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
491d4e8dd223f428b95e8a26af2c44692687f248 (qt/qtwebchannel/dev)
Description
The QWebChannel property update interval is currently fixed at 50ms. For some applications it makes sense to use a different interval. Important values would be 0, to just batch all property updates that occur within a single event loop run, and -1 (or anything <0) to disable batching altogether and just send out everything directly.