diff --git a/newsfragments/708.performance.rst b/newsfragments/708.performance.rst new file mode 100644 index 00000000..551a70e4 --- /dev/null +++ b/newsfragments/708.performance.rst @@ -0,0 +1,2 @@ +Limit concurrency in `push_identify_to_peers` to prevent resource exhaustion under high peer counts. +This makes peer communication more stable and efficient, especially at scale.