Skip to content

Commit 598f1a1

Browse files
author
Quentin Rousseau
committed
fix(gitreceive/config.go): correct envconfig typo
1 parent 4634fe1 commit 598f1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Config struct {
3333
Debug bool `envconfig:"DEIS_DEBUG" default:"false"`
3434
BuilderPodTickDurationMSec int `envconfig:"BUILDER_POD_TICK_DURATION" default:"100"`
3535
BuilderPodWaitDurationMSec int `envconfig:"BUILDER_POD_WAIT_DURATION" default:"900000"` // 15 minutes
36-
ObjectStorageTickDurationMSec int `envconfing:"OBJECT_STORAGE_TICK_DURATION" default:"500"`
36+
ObjectStorageTickDurationMSec int `envconfig:"OBJECT_STORAGE_TICK_DURATION" default:"500"`
3737
ObjectStorageWaitDurationMSec int `envconfig:"OBJECT_STORAGE_WAIT_DURATION" default:"300000"` // 5 minutes
3838
SessionIdleIntervalMsec int `envconfig:"SESSION_IDLE_INTERVAL" default:"10000"` // 10 seconds
3939
SlugBuilderImage string `envconfig:"SLUGBUILDER_IMAGE_NAME" required:"true"`

0 commit comments

Comments
 (0)