Update runtime options

update_runtime_options

post

Update run time options for producer node

Body
Responses
200
OK
application/json
Responseany

Returns Nothing

post
POST /v1/producer/update_runtime_options HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 228

{
  "options": {
    "max_transaction_time": 1,
    "max_irreversible_block_age": 1,
    "produce_time_offset_us": 1,
    "last_block_time_offset_us": 1,
    "max_scheduled_transaction_time_per_block_ms": 1,
    "subjective_cpu_leeway_us": 1,
    "incoming_defer_ratio": 1
  }
}
200

OK

No content