frostfs-node/pkg/morph
Evgenii Stratonikov 03bef2bc98 [#195] morph: use blocking unlimited pool for notifications
With non-blocking pool restricted by 10 in capacity, the probability of
dropping events is unexpectedly big. Notifications are an essential part of the FrostFS,
we should not drop anything, especially new epochs.
```
Mar 31 07:07:03 vedi neofs-ir[19164]: 2023-03-31T07:07:03.901Z        debug        subscriber/subscriber.go:154        new notification event from sidechain        {"name": "NewEpoch"}
Mar 31 07:07:03 vedi neofs-ir[19164]: 2023-03-31T07:07:03.901Z        warn        event/listener.go:248        listener worker pool drained        {"chain": "morph", "capacity": 10}
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-04-03 11:22:53 +03:00
..
client [#184] morph: Make deposit logs INFO 2023-03-29 10:34:54 +00:00
event [#195] morph: use blocking unlimited pool for notifications 2023-04-03 11:22:53 +03:00
subscriber Rename package name 2023-03-07 16:38:26 +03:00
timer Rename package name 2023-03-07 16:38:26 +03:00