Skip to content

Commit d72a4fa

Browse files
authored
Fix wrong number in Readme
1 parent 95e1466 commit d72a4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ end
7979

8080
## Job count splitting
8181

82-
`push_bulk` will only enqueue at most 10,000 jobs at a time. That is, if `items` has 20,000 elements, `push_bulk(items)` will push the first 10,000, then the second 20,000. You can control the threshold with `limit:`.
82+
`push_bulk` will only enqueue at most 10,000 jobs at a time. That is, if `items` has 20,000 elements, `push_bulk(items)` will push the first 10,000, then the second 10,000. You can control the threshold with `limit:`.
8383

8484
```ruby
8585
# push in groups of 50,000 jobs at a time

0 commit comments

Comments
 (0)