Commit b1054d0
authored
Use the specified concurrency value when reading from a ObjectStoreIoSource (#5371)
Previously, `ObjectStoreIoSource` always used the default value, even if
it was overridden using `ObjectStoreReadSource::with_concurrency`.
Sorry, I have no idea how to nicely test this.
Signed-off-by: Nick Cameron <[email protected]>1 parent 8f7b707 commit b1054d0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
173 | | - | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments