diff --git a/app/Livewire/AdminDashboard.php b/app/Livewire/AdminDashboard.php index 924f7cf..ebbb83c 100644 --- a/app/Livewire/AdminDashboard.php +++ b/app/Livewire/AdminDashboard.php @@ -128,7 +128,7 @@ class AdminDashboard extends Component public function ingestPdf(DocumentIngestionService $ingestionService) { $this->validate([ - 'pdfFile' => 'required|file|mimes:pdf|max:10240', // Max 10MB + 'pdfFile' => 'required|file|mimes:pdf|max:102400', // Max 100MB ]); $this->statusMessage = "Indexation du fichier PDF en cours...";