Better explain

This commit is contained in:
Eric Eastwood
2026-04-02 14:17:48 -05:00
parent 03e5f47bf4
commit 2945a02006
+3 -1
View File
@@ -149,7 +149,9 @@ class EventSources:
].get_max_allocated_token()
if max_token < token_value.get_max_stream_pos():
# Log *something* as we consider this a Synapse programming error
# Log *something* as we consider this as a Synapse programming error
# (assuming no malicious user manipulation of the token) (we shouldn't be
# handing out future tokens).
#
# We don't assert as the whole point of bounding is so that we can recover
# gracefully.