The Subscriber protocols allows developers to define the maximum amount of data that subscriber will accept each time it receives a new value from the Publisher, allowing you to dynamically manage backpressure. However, the adjustment is additive, and must be positive, meaning the max can only go up.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/21773708-intermediate-combine/lessons/3