google.appengine.api.urlfetch.set_default_fetch_deadline

Sets the default value for create_rpc()'s deadline parameter.

This setting is thread-specific, meaning it that is stored in a thread local. This function doesn't check the type or range of the value. The default value is None.

See also: create_rpc(), fetch()

value The default value that you want to use for the deadline parameter of create_rpc().