2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 14:55:02 +00:00
Will Jordan 34ecbc1d71
Add per-node max indexes ()
Adds fine-grained node.[node] entries to the index table, allowing blocking queries to return fine-grained indexes that prevent them from returning immediately when unrelated nodes/services are updated.

Co-authored-by: kisunji <ckim@hashicorp.com>
2022-06-23 11:13:25 -04:00

3 lines
121 B
Plaintext

```release-note:enhancement
catalog: Add per-node indexes to reduce watchset firing for unrelated nodes and services.
```