Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Allow smaller batch sizes (#105)
Browse files Browse the repository at this point in the history
* Allow smaller batch sizes

* Update docs.

Co-authored-by: Ronak Shah <ronak@nextdoor.com>
  • Loading branch information
Aaron Webber and ronakts committed Jun 4, 2021
1 parent de89a28 commit 0e9978c
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 112 deletions.
30 changes: 15 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30879,7 +30879,7 @@
integer
</span>
<span class="type-keyword">
[500;100000]
[1;100000]
</span>
<span class="type-keyword">default</span>
<span class="type-default">500</span>
Expand Down Expand Up @@ -31810,7 +31810,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -32059,7 +32059,7 @@
integer
</span>
<span class="type-keyword">
[500;100000]
[1;100000]
</span>
<span class="type-keyword">default</span>
<span class="type-default">500</span>
Expand Down Expand Up @@ -32595,7 +32595,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -33202,7 +33202,7 @@
integer
</span>
<span class="type-keyword">
[500;100000]
[1;100000]
</span>
<span class="type-keyword">default</span>
<span class="type-default">500</span>
Expand Down Expand Up @@ -33863,7 +33863,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -34082,7 +34082,7 @@
integer
</span>
<span class="type-keyword">
[500;100000]
[1;100000]
</span>
<span class="type-keyword">default</span>
<span class="type-default">500</span>
Expand Down Expand Up @@ -34597,7 +34597,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -34811,7 +34811,7 @@
integer
</span>
<span class="type-keyword">
[500;100000]
[1;100000]
</span>
<span class="type-keyword">default</span>
<span class="type-default">500</span>
Expand Down Expand Up @@ -35344,7 +35344,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -39324,7 +39324,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -39617,7 +39617,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -39821,7 +39821,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -39931,7 +39931,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down Expand Up @@ -40036,7 +40036,7 @@
},
"batch_size": {
"type": "integer",
"minimum": 500,
"minimum": 1,
"maximum": 100000,
"default": 500,
"description": "Maximum number of documents in api call."
Expand Down

0 comments on commit 0e9978c

Please sign in to comment.