Skip to content

Commit

Permalink
Add the default for number of workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed May 15, 2018
1 parent a7e3c26 commit e9b7c4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Settings/Seat.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit e9b7c4c

Please sign in to comment.