diff options
| author | ruki <[email protected]> | 2025-11-20 00:47:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-20 00:47:39 +0800 |
| commit | 7aae7b19dc081cdc1e630406788425eb74bd9d4b (patch) | |
| tree | 55e655e107542d7311c7212d4b4ec57373e2368f /xmake/plugins/format/main.lua | |
| parent | bb23918bcc9423cecc98275759d529adf41f4ca5 (diff) | |
add timer to progress when building
Diffstat (limited to 'xmake/plugins/format/main.lua')
| -rw-r--r-- | xmake/plugins/format/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/format/main.lua b/xmake/plugins/format/main.lua index e8b962e2e..7a4c53394 100644 --- a/xmake/plugins/format/main.lua +++ b/xmake/plugins/format/main.lua @@ -221,9 +221,9 @@ function main() comax = jobs, showtips = false } - -- Only set timer for multirow refresh mode + -- Only set timer for multirow progress mode if progress.is_multirow() then - runjobs_opt.timeout = 500 + runjobs_opt.timeout = 1000 runjobs_opt.on_timer = function (running_indices) -- Periodically refresh multirow progress to update elapsed time progress.refresh() |
