Skip to content

Commit

Permalink
Revert "Update constants.go (knative-extensions#1085)"
Browse files Browse the repository at this point in the history
This reverts commit ce66b2e.
  • Loading branch information
matzew committed Feb 16, 2022
1 parent deb27f1 commit 18d2fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import "time"
const (

// DefaultNumPartitions is the KafkaChannel Spec default for the number of partitions
DefaultNumPartitions = 10
DefaultNumPartitions = 1

// DefaultReplicationFactor is the KafkaChannel Spec default for the replication factor
DefaultReplicationFactor = 3
DefaultReplicationFactor = 1

// DefaultRetentionISO8601Duration is the KafkaChannel Spec default for the retention duration as an ISO-8601 string
DefaultRetentionISO8601Duration = "PT168H" // Precise 7 Days
Expand Down

0 comments on commit 18d2fe3

Please sign in to comment.