We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7330a6d commit bd70417Copy full SHA for bd70417
1 file changed
pkg/gitreceive/config.go
@@ -27,7 +27,7 @@ type Config struct {
27
StorageRegion string `envconfig:"STORAGE_REGION" default:"us-east-1"`
28
Debug bool `envconfig:"DEBUG" default:"false"`
29
BuilderPodTickDurationMSec int `envconfig:"BUILDER_POD_TICK_DURATION" default:"100"`
30
- BuilderPodWaitDurationMSec int `envconfig:"BUILDER_POD_WAIT_DURATION" default:"300000"` // 5 minutes
+ BuilderPodWaitDurationMSec int `envconfig:"BUILDER_POD_WAIT_DURATION" default:"900000"` // 15 minutes
31
ObjectStorageTickDurationMSec int `envconfing:"OBJECT_STORAGE_TICK_DURATION" default:"500"`
32
ObjectStorageWaitDurationMSec int `envconfig:"OBJECT_STORAGE_WAIT_DURATION" default:"300000"` // 5 minutes
33
Bucket string `envconfig:"BUCKET" default:"git"`
0 commit comments