Commit a2159ea
Skip data timeout for shards with few subscriptions
Shards with < 50 subscriptions are exempt from data timeout since they
likely contain low-activity tokens that may not receive any updates
within the timeout window. This prevents constant false-positive
hot switchover loops on tail shards.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 974e19e commit a2159ea
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
494 | | - | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
495 | 496 | | |
496 | 497 | | |
497 | 498 | | |
| |||
0 commit comments