update opt_muxtree iteration limit

This commit is contained in:
N. Engelhardt 2022-11-11 14:53:32 +01:00
parent b5251b4802
commit d67989f9ad
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ struct OptMuxtreeWorker
// Limit the number of iterations based on the number of muxes.
// The multiplier (1000) is arbitrary.
glob_abort_cnt = GetSize(mux2info) * 1000;
glob_abort_cnt = max(100000, GetSize(mux2info) * 100);
// Populate mux2info[].ports[]:
// .input_muxes