diff --git a/src/Settings/Seat.php b/src/Settings/Seat.php index de345ea3..83a77954 100644 --- a/src/Settings/Seat.php +++ b/src/Settings/Seat.php @@ -70,6 +70,9 @@ class Seat extends Settings // Admin contact 'admin_contact' => 'seatadmin@localhost.local', + // The number of workers to spawn. + 'queue_workers' => 10, + // Allow Usage Tracking 'allow_tracking' => 'yes',