update golden files

This commit is contained in:
Steven Masley 2024-05-01 16:32:19 -05:00
parent c47b2b9c06
commit b2978c896b
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View File

@ -460,8 +460,8 @@ updating, and deleting workspace resources.
server.
--provisioner-daemons int, $CODER_PROVISIONER_DAEMONS (default: 3)
Number of provisioner daemons to create on start. If builds are stuck
in queued state for a long time, consider increasing this.
Number of terraform provisioner daemons to create on start. If builds
are stuck in queued state for a long time, consider increasing this.
TELEMETRY OPTIONS:
Telemetry is critical to our ability to improve Coder. We strip all

View File

@ -375,14 +375,14 @@ telemetry:
# Tune the behavior of the provisioner, which is responsible for creating,
# updating, and deleting workspace resources.
provisioning:
# Number of provisioner daemons to create on start. If builds are stuck in queued
# state for a long time, consider increasing this.
# Number of terraform provisioner daemons to create on start. If builds are stuck
# in queued state for a long time, consider increasing this.
# (default: 3, type: int)
daemons: 3
# Whether to use echo provisioner daemons instead of Terraform. This is for E2E
# tests.
# (default: false, type: bool)
daemonsEcho: false
# Number of built-in echo provisioners to create on start. Can be done alongside
# actual terraform provisioners. This is for E2E tests.
# (default: 0, type: int)
daemonsEcho: 0
# Deprecated and ignored.
# (default: 1s, type: duration)
daemonPollInterval: 1s