Skip to content

counters: fix; for an unknown reason, gevent idle is barely called.

Sebastien Petitdemange requested to merge fast_scan_roi_counters into master

With fast scans, it seams that the loop is always occupied and, the gevent.idle never exit. So replaced it with sleep(0)

Fix #2304 (closed)

Edited by Matias Guijarro

Merge request reports