Skip to content

Commit

Permalink
fix(analytics): add missing concurrency_limit (#10067)
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-001 authored Aug 23, 2024
1 parent eb11789 commit 7ff3d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/analytics/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function _M.new(config)
initial_retry_delay = 0.2,
max_retry_time = 60,
max_retry_delay = 60,
concurrency_limit = 1,
}
}

Expand Down

0 comments on commit 7ff3d73

Please sign in to comment.