diff --git a/src/netxs/desktopio/system.hpp b/src/netxs/desktopio/system.hpp index 6be78ff98e..e0c0c3a9f0 100644 --- a/src/netxs/desktopio/system.hpp +++ b/src/netxs/desktopio/system.hpp @@ -2092,7 +2092,7 @@ namespace netxs::os sync(error, mime::textonly); return; } - std::this_thread::yield(); + os::sleep(15ms); } if (auto seqno = ::GetClipboardSequenceNumber(); seqno != os::clipboard::sequence) {