Skip to content

Commit 09eb650

Browse files
authored
Update Backpressure.md
1 parent efa0754 commit 09eb650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/Backpressure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Cold Observables are ideal for the reactive pull model of backpressure described
2020

2121
Your first line of defense against the problems of over-producing Observables is to use some of the ordinary set of Observable operators to reduce the number of emitted items to a more manageable number. The examples in this section will show how you might use such operators to handle a bursty Observable like the one illustrated in the following marble diagram:
2222

23-
<img src="/images/roperators/bp.bursty.png" width="640" height="35" />​
23+
<img src="/images/operators/bp.bursty.png" width="640" height="35" />​
2424

2525
By fine-tuning the parameters to these operators you can ensure that a slow-consuming observer is not overwhelmed by a fast-producing Observable.
2626

@@ -182,4 +182,4 @@ Things that may need explaining:
182182
_**Work in progress...**_
183183

184184
# See also
185-
* [RxJava 0.20.0-RC1 release notes](https://github.com/ReactiveX/RxJava/releases/tag/0.20.0-RC1)
185+
* [RxJava 0.20.0-RC1 release notes](https://github.com/ReactiveX/RxJava/releases/tag/0.20.0-RC1)

0 commit comments

Comments
 (0)