Skip to content

Commit

Permalink
more max_value()
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Apr 16, 2024
1 parent 401ce04 commit 9be178f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuxedo-core/src/executive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ where
requires: missing_inputs,
provides,
priority: 0,
longevity: TransactionLongevity::max_value(),
longevity: TransactionLongevity::MAX,
propagate: true,
});
}
Expand All @@ -181,7 +181,7 @@ where
requires: Vec::new(),
provides,
priority: 0,
longevity: TransactionLongevity::max_value(),
longevity: TransactionLongevity::MAX,
propagate: true,
})
}
Expand Down

0 comments on commit 9be178f

Please sign in to comment.