Skip to content

*:Configure

Sets up the server-side operation timeouts.

Controller: *
Topic: Configure
Action: Publish
Permissions: None

NameTypeExpectDescription
ActionTimeoutTimeOptionalThe amount of time to allow before an Query will return with the error Operation.Timeout. If omitted, defaults to 35 seconds.
SubscriptionTimeoutTimeOptionalThe amount of time to allow before a subscription request will fail with the error Operation.Timeout. If omitted, defaults to 35 seconds.

See Data Types for Time formatting.

No Response Body

Request:

{"Controller":"Market","Topic":"Configure","TransactionID":123,"Data":{"ActionTimeout":"00:01:00"}}

Response:

{"Controller":"Market","Topic":"Configure","TransactionID":123}