You are here

public function FeedsHTTPFetcherResult::setTimeout in Feeds 7.2

Sets the request timeout option.

Parameters

int $timeout: Timeout in seconds to wait for an HTTP get request to finish.

File

plugins/FeedsHTTPFetcher.inc, line 92

Class

FeedsHTTPFetcherResult
Result of FeedsHTTPFetcher::fetch().

Code

public function setTimeout($timeout) {
  $this->timeout = $timeout;
}