Skip to content

Commit

Permalink
default value added for CLI_CMD_TIMEOUT_GLOBAL_SECONDS
Browse files Browse the repository at this point in the history
  • Loading branch information
prkhrkat committed Jan 10, 2025
1 parent 1f87c4a commit 98b9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-sensor/internals/Configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Configuration struct {
UseGitCli bool `env:"USE_GIT_CLI" envDefault:"false"`
UseGitCliAnalytics bool `env:"USE_GIT_CLI_ANALYTICS" envDefault:"false"` // This flag is used to compute commitDiff using git-cli only for analytics
AnalyticsDebug bool `env:"ANALYTICS_DEBUG" envDefault:"false"`
CliCmdTimeoutGlobal int `env:"CLI_CMD_TIMEOUT_GLOBAL_SECONDS" envDefault:"0"`
CliCmdTimeoutGlobal int `env:"CLI_CMD_TIMEOUT_GLOBAL_SECONDS" envDefault:"900"`
CliCmdTimeoutJson string `env:"CLI_CMD_TIMEOUT_JSON" envDefault:""`
GoGitTimeout int `env:"GOGIT_TIMEOUT_SECONDS" envDefault:"10" `
}
Expand Down

0 comments on commit 98b9bbc

Please # to comment.