Skip to content

Commit

Permalink
Merge pull request #6 from francescopepe/FP/fix-readme
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
francescopepe authored Jul 7, 2023
2 parents a5b45ed + b8497f3 commit 96467d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func main() {
},
Consumer: worker.NewMultiMessageConsumer(worker.MultiMessageConsumerConfiguration{
BufferConfig: worker.MultiMessageBufferConfiguration{
Size: 500,
Timeout: time.Second * 1,
Size: 500,
Timeout: time.Second * 1,
},
Handler: func(ctx context.Context, msgs []interface{}) error {
// Your logic here...
Expand Down

0 comments on commit 96467d1

Please sign in to comment.