Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21daec57 authored by Andreas Huber's avatar Andreas Huber
Browse files

Increase converter polling interval.

Change-Id: I455005086a63c70883a71e189753a117b195f22f
related-to-bug: 7248248
parent c6920dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ void Converter::scheduleDoMoreWork() {
    }

    mDoMoreWorkPending = true;
    (new AMessage(kWhatDoMoreWork, id()))->post(1000ll);
    (new AMessage(kWhatDoMoreWork, id()))->post(10000ll);
}

status_t Converter::feedEncoderInputBuffers() {