Commit c567ef8
fix(storenode): restore 30-page community fetch cap — 3 pages starved busy-topic descriptions (#21470-hf)
On-device (S21FE, dev fleet): with the 3-page cap the Status community's
1.4MB description became unreachable — its universal topic carries all
channels' traffic, so the newest 3 pages (~150 envelopes) never contained
the periodically-republished description. 62 capped fetch attempts, 23
backoff suppressions, zero resolves, community permanently absent from
Discover; low-traffic communities resolved fine. 30 pages reached it in
every measured run. Deep pages are now affordable: the keyless early-drop
gate (36dd3cf) discards undecryptable envelopes cheaply, empty pages
skip processing (cae6698), and the description-seen gate (6cd6ced)
still ends the request on the first hit. The tighter-than-contact test
assertion is relaxed to not-looser-than accordingly.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
(cherry picked from commit 2e1dc62)
(cherry picked from commit fbab6816d95f1c397aadafcac8cab7e33507eb2c)1 parent 0e465fe commit c567ef8
2 files changed
Lines changed: 16 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments