We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e954e9 commit ae484d3Copy full SHA for ae484d3
FirebaseFunctions/Sources/Callable+Codable.swift
@@ -17,7 +17,7 @@ import Foundation
17
18
/// A `Callable` is reference to a particular Callable HTTPS trigger in Cloud Functions.
19
public struct Callable<Request: Encodable, Response: Decodable> {
20
- /// The timeout to use when calling the function. Defaults to 60 seconds.
+ /// The timeout to use when calling the function. Defaults to 70 seconds.
21
public var timeoutInterval: TimeInterval {
22
get {
23
callable.timeoutInterval
0 commit comments