Contents

serverSideProcessingTimeout

Controls how much time, in seconds, we will allow for the server to process the command.

Declaration

@NSCopying var serverSideProcessingTimeout: NSNumber? { get set }

Discussion

The command will then time out if that much time, plus an allowance for retransmits due to network failures, passes.

If nil, the framework will try to select an appropriate timeout value itself.