diff --git a/src/main_module/bootstrap.rs b/src/main_module/bootstrap.rs index ccd5ada6..d1f692ce 100644 --- a/src/main_module/bootstrap.rs +++ b/src/main_module/bootstrap.rs @@ -890,8 +890,8 @@ pub async fn start_background_services( trace!("ensure_llama_servers_running completed"); } - #[cfg(feature = "drive")] - start_drive_monitors(app_state.clone(), pool).await; + // DISABLED: DriveMonitor for testing WebSocket/LLM response in isolation + // start_drive_monitors(app_state.clone(), pool).await; // Local file monitoring removed - Drive (MinIO) is the only source now // #[cfg(feature = "local-files")]