Skip to content

Commit 8e62e20

Browse files
committed
Remove the sentence mentioning a customer
1 parent 457d423 commit 8e62e20

File tree

1 file changed

+0
-2
lines changed
  • src/app/blog/iroh-blobs-0-05-new-features

1 file changed

+0
-2
lines changed

src/app/blog/iroh-blobs-0-05-new-features/page.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ let conn = pool.get_or_connect(remote_id)?;
9292
/// use the connection as usual.
9393
```
9494

95-
We had this exact problem at a customer, where we wanted to avoid spamming the relay with gigabytes of blob transfers before getting a direct connection to avoid overloading the relay and slowing down the more important control plane gossip messages.
96-
9795
The code to await a direct connection will change quite a bit once we have QUIC multipath. But the capability will remain, and we will update the test code to reflect the new API.
9896

9997
<Note>

0 commit comments

Comments
 (0)