Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
window9u committed Dec 25, 2024
1 parent 84fe575 commit 8f8d142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/backend/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ type Config struct {
// AuthWebhookCacheUnauthTTL is the TTL value to set when caching the unauthorized result.
AuthWebhookCacheUnauthTTL string `yaml:"AuthWebhookCacheUnauthTTL"`

// EventWebhookMaxRetries is the max count that retries the project webhook.
// EventWebhookMaxRetries is the max count that retries the project event webhook.
EventWebhookMaxRetries uint64 `yaml:"EventWebhookMaxRetries"`

// EventWebhookBaseWaitInterval is the base of retrying exponential backoff the project webhook.
// EventWebhookBaseWaitInterval is the base of retrying exponential backoff the project event webhook.
EventWebhookBaseWaitInterval string `yaml:"EventWebhookBaseWaitInterval"`

// EventWebhookMaxWaitInterval is the max interval that waits before retrying the project webhook.
// EventWebhookMaxWaitInterval is the max interval that waits before retrying the project event webhook.
EventWebhookMaxWaitInterval string `yaml:"EventWebhookMaxWaitInterval"`

// EventWebhookRequestTimeout is the time that waits time for response the project webhook.
Expand Down

0 comments on commit 8f8d142

Please sign in to comment.