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 5d9fc3d commit ed316daCopy full SHA for ed316da
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