You are here

public function FeedsHTTPFetcherResult::getTimeout in Feeds 7.2

Returns the configured value for the request timeout option.

Return value

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

File

plugins/FeedsHTTPFetcher.inc, line 82

Class

FeedsHTTPFetcherResult
Result of FeedsHTTPFetcher::fetch().

Code

public function getTimeout() {
  return $this->timeout;
}