File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,6 @@ def new_receiver( # noqa: DOC502
166166 This method has a lot of features and functionalities to make it easier to
167167 receive configurations.
168168
169- Note:
170- If there is a burst of configuration updates, the receiver will only
171- receive the last configuration, older configurations will be ignored.
172-
173169 ### Schema validation
174170
175171 The raw configuration received as a `Mapping` will be validated and loaded to
@@ -191,6 +187,9 @@ def new_receiver( # noqa: DOC502
191187
192188 ### Skipping superfluous updates
193189
190+ If there is a burst of configuration updates, the receiver will only receive the
191+ last configuration, older configurations will be ignored.
192+
194193 If `skip_unchanged` is set to `True`, then a configuration that didn't change
195194 compared to the last one received will be ignored and not sent to the receiver.
196195 The comparison is done using the *raw* `dict` to determine if the configuration
You can’t perform that action at this time.
0 commit comments