diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-22 01:06:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-23 01:47:38 +0100 |
| commit | 757f378e2819b33a8260823b373c7117741cbbee (patch) | |
| tree | 18e05fff61d58e3fac3e0d28c3593d49cbe2440c /src | |
| parent | 9d04286df486dbc2d7523e3454e3bbeec9329bd4 (diff) | |
Update the verifier GUI a little more often.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_verifier.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_verifier.cc b/src/tools/dcpomatic_verifier.cc index bf634a799..1163b2fce 100644 --- a/src/tools/dcpomatic_verifier.cc +++ b/src/tools/dcpomatic_verifier.cc @@ -174,7 +174,7 @@ private: while (job_manager->work_to_do() && !_cancel_pending) { wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI | wxEVT_CATEGORY_USER_INPUT); - dcpomatic_sleep_seconds(1); + dcpomatic_sleep_milliseconds(250); auto last = job_manager->last_active_job(); if (auto locked = last.lock()) { if (auto dcp = dynamic_pointer_cast<VerifyDCPJob>(locked)) { |
