Skip to content

Commit dce8ba7

Browse files
author
Aaron Schlesinger
committed
fix(pkg/sshd/config.go): fix the poll interval default value
1 parent bbbc9d4 commit dce8ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/sshd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ type Config struct {
1010
SSHHostPort int `envconfig:"SSH_HOST_PORT" default:"2223" required:"true"`
1111
HealthSrvPort int `envconfig:"HEALTH_SERVER_PORT" default:"8092"`
1212
HealthSrvTestStorageRegion string `envconfig:"HEALTH_SERVER_TEST_STORAGE_REGION" default:"us-east-1"`
13-
CleanerPollSleepDuration time.Duration `envconfig:"CLEANER_POLL_SLEEP_DURATION" default:"1"`
13+
CleanerPollSleepDuration time.Duration `envconfig:"CLEANER_POLL_SLEEP_DURATION" default:"1s"`
1414
}

0 commit comments

Comments
 (0)