From 2d5076fbba423d24300996773d1fb7ecfcd1b02b Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 20 Nov 2025 23:55:47 +0800 Subject: improve progress refresh timer --- xmake/plugins/format/main.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xmake/plugins/format/main.lua') diff --git a/xmake/plugins/format/main.lua b/xmake/plugins/format/main.lua index 7a4c53394..768901f6b 100644 --- a/xmake/plugins/format/main.lua +++ b/xmake/plugins/format/main.lua @@ -221,14 +221,6 @@ function main() comax = jobs, showtips = false } - -- Only set timer for multirow progress mode - if progress.is_multirow() then - runjobs_opt.timeout = 1000 - runjobs_opt.on_timer = function (running_indices) - -- Periodically refresh multirow progress to update elapsed time - progress.refresh() - end - end runjobs("clang-format", function (index, total, opt) local sourcefile = sourcefiles[index] local format_argv = table.join(argv, {sourcefile}) -- cgit v1.3.1