this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo (#1067)

authored by

bnewbold and committed by
GitHub
b3f9d576 89be8c91

+1 -1
+1 -1
cmd/relay/HACKING.md
··· 25 25 ## Internal Implementation Details 26 26 27 27 - the parallel event scheduler prevents multiple tasks for the same account (DID) from being processed at the same time 28 - - note the potentential for race-conditions with messages about the same account (DID) coming from different hosts around the same time: in this case there is no guarantee about ordering 28 + - note the potential for race-conditions with messages about the same account (DID) coming from different hosts around the same time: in this case there is no guarantee about ordering 29 29 - the relay keeps track of which events have been received-but-not-processed by sequence number, and only increments the `lastSeq` for actually-processed events. the "inflight" set of messages (sequence numbers) can grow rather large for active hosts, if there are many events for a single account (only one processed per account at a time) 30 30 31 31