wklken commented on issue #10000: URL: https://github.com/apache/apisix/issues/10000#issuecomment-1674166999
- limit: 48000 lines, about 14M - http_status = route / bandwidth = type * route / http_latency = type * route * (len(default_buckets) + 1) - route + 3 * route + 3 * route * (n + 1) <= 48000 - (7 + 3n) * route <= 48000 (n >=1) ------ - version >= 3.4.x, we can set `default_buckets`; if n = 1, route <= 4800; - version <= 3.4, we can't set `default_buckets`; n=15, route <= 923; ------ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
