mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-18 23:54:19 +01:00
this is only used for returning LimboResult::Busy, and we already have LimboError::Busy, so it only adds confusion. Moreover, the current busy handler was not handling LimboError::Busy, because it's returned as an error, not as Ok. So this may fix the "busy handler not working" issue in the perf thrpt benchmark.