You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: large message crashes SubscribersNotification
`handle_call/3` has a default timeout of 5s. Large messages (e.g.
inserting 1 million rows) may take longer that this, which causes the
GenServer to crash. Set it to `:infinity` instead.
0 commit comments