Skip to content

Commit 4dfce85

Browse files
authored
Merge pull request #501 from kwent/object_storage_tick_duration_typo
fix(gitreceive/config.go): correct envconfig typo
2 parents c7b88d1 + 598f1a1 commit 4dfce85

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)