Skip to content

Commit

Permalink
Change the AuthHeader type to match expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 28, 2017
1 parent 5b3675a commit 3abb4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caduceus/caduceus_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
// Below is the struct we're using to contain the data from a provided config file
// TODO: Try to figure out how to make bucket ranges configurable
type CaduceusConfig struct {
AuthHeader string
AuthHeader []string
NumWorkerThreads int
JobQueueSize int
SenderNumWorkersPerSender int
Expand Down

0 comments on commit 3abb4fc

Please sign in to comment.