Added timing instrumentation to database query in runBootRecovery(): - Wrapped db.scheduleDao().getEnabled() with timing - Logs duration and warns if > 100ms - Logs schedule count for context Verification: - TypeScript compiles ✅ - No database contract violations ✅