| 205 | console.warn("quote timing", label, `${quoteMs(start)}ms`, extra || ""); |
| 206 | } |
| 207 | |
| 208 | // Timeout budgets (ms) for MTProto RPCs inside the quote pipeline. Telegram RPCs |
| 209 | // have NO inherent timeout: when the MTProto connection drops/reconnects (which |
| 210 | // happens regularly), an in-flight RPC promise neither resolves nor rejects — it |
nothing calls this directly
no outgoing calls
no test coverage detected