File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
docs/reference/rollup/apis Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,10 @@ the indexer.
261
261
be shared with other {rollup-jobs}. The data is stored so that it doesn't
262
262
interfere with unrelated jobs.
263
263
264
+ `timeout`::
265
+ (Optional, <<time-units,time value>>)
266
+ Time to wait for the request to complete. Defaults to `20s` (20 seconds).
267
+
264
268
[[rollup-put-job-api-example]]
265
269
==== {api-example-title}
266
270
Original file line number Diff line number Diff line change @@ -187,3 +187,7 @@ values run faster but require more memory.
187
187
+
188
188
NOTE: This argument only affects the speed and memory usage of the rollup
189
189
operation. It does not affect the rollup results.
190
+
191
+ `timeout`::
192
+ (Optional, <<time-units,time value>>)
193
+ Time to wait for the request to complete. Defaults to `20s` (20 seconds).
You can’t perform that action at this time.
0 commit comments