Mir

Code review comment for lp:~mir-team/mir/enable-dynamic-buffer-queue

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Still haven't entirely got my head around this - so changing to Abstain.

~~~~

1211 + auto const compositor_holding_time = std::chrono::milliseconds{16};

Any reason for writing in this verbose style? C.f.

          std::chrono::milliseconds const compositor_holding_time{16};

review: Abstain

« Back to merge proposal