diff --git a/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php b/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php index 50643bb..2e8d049 100644 --- a/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php +++ b/app/Livewire/Datatable/Studio/Catalog/BottlesTable.php @@ -21,7 +21,7 @@ class BottlesTable extends DataTableComponent protected $model = Bottle::class; - protected int $refreshTime = 3000; + protected int $refreshTime = 30000; public function columns(): array { diff --git a/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php b/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php index f76c832..d4994de 100644 --- a/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php +++ b/app/Livewire/Datatable/Studio/Catalog/PerfumesTable.php @@ -20,7 +20,7 @@ class PerfumesTable extends DataTableComponent protected $model = Perfume::class; - protected $refreshTime = 3000; + protected $refreshTime = 30000; public function columns(): array {