From 8e3acbae282d8337508dd99e2d6b678a89a0a22e Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 19 Feb 2021 20:38:00 +0000 Subject: [PATCH] Decrease model progress redraw timeout to 100ms --- src/progress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/progress.h b/src/progress.h index 92f6c89037..f125b147be 100644 --- a/src/progress.h +++ b/src/progress.h @@ -15,7 +15,7 @@ #include "3rdparty/mingw-std-threads/mingw.mutex.h" #endif -static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 200; ///< Timeout between redraws +static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 100; ///< Timeout between redraws /** * Check if we are currently in a modal progress state.