Skip to content

use global semaphore in push_to_actor to prevent overloading system with outbound connections

gled requested to merge gled/relay:feature/semaphore_in_push_to_actor into master

usefull to avoid having too much connections at the same time.

On r.m.h 500 seems a good default, and helped a ton with the clienterror that were thrown after some time running.

Merge request reports