Skip to content

Commit

Permalink
fix: NewConfiguration did not set MaxKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
dbgeek committed Mar 17, 2019
1 parent be71675 commit ddaed12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logworker/logworker.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,6 @@ func NewConfiguration() Configuration {
Bucket: viper.GetString("s3-bucket"),
Prefix: viper.GetString("s3-prefix"),
PollingInterval: viper.GetDuration("polling-interval"),
MaxKeys: viper.GetInt64("max-keys"),
}
}

0 comments on commit ddaed12

Please sign in to comment.