reindexRethrottleedit

client.reindexRethrottle({
  task_id: string,
  requests_per_second: number
})

Reference

task_id or taskId

string - The task id to rethrottle

requests_per_second or requestsPerSecond

number - The throttle to set on this request in floating sub-requests per second. -1 means set no throttle.