Zulip Chat Archive
Stream: mathlib4
Topic: library_search with maxHeartbeats 0
Floris van Doorn (Apr 28 2023 at 14:33):
@Scott Morrison a new library_search bug report: with set_option maxHeartbeats 0
, library_search
stops after the first try, presumably because whileAtLeastHeartbeatsPercent
and similar functions are not special-casing the 0 maxHeartbeats
case. Note that set_option maxHeartbeats 0
is the suggested fix when you get a deterministic timeout.
Scott Morrison (Apr 28 2023 at 21:52):
Last updated: Dec 20 2023 at 11:08 UTC