Skip to content

Commit

Permalink
Merge pull request #1210 from wowsims/auto_reforge
Browse files Browse the repository at this point in the history
Suggest Reforges timeout fix for Firefox
  • Loading branch information
NerdEgghead authored Nov 16, 2024
2 parents e9c2149 + bd2a51e commit 831b010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/core/components/suggest_reforges_action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,8 @@ export class ReforgeOptimizer {
binaries: true,
};
const options: Options = {
timeout: 10000,
maxIterations: Infinity,
timeout: Infinity,
maxIterations: 100000,
tolerance: 0.01,
};
const solution = solve(model, options);
Expand Down

0 comments on commit 831b010

Please sign in to comment.