mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +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.