Skip to content

Commit 4998cd9

Browse files
authored
docs: v2 -> 2nd gen in doc string (#111)
1 parent 12ce27a commit 4998cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/firebase_functions/options.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class MemoryOption(int, _enum.Enum):
9191

9292
class SupportedRegion(str, _enum.Enum):
9393
"""
94-
All regions supported by Cloud Functions v2.
94+
All regions supported by Cloud Functions (2nd gen).
9595
"""
9696

9797
ASIA_NORTHEAST1 = "asia-northeast1"
@@ -225,7 +225,7 @@ class RuntimeOptions:
225225
concurrency: int | Expression[int] | _util.Sentinel | None = None
226226
"""
227227
Number of requests a function can serve at once.
228-
Can only be applied to functions running on Cloud Functions v2.
228+
Can only be applied to functions running on Cloud Functions (2nd gen).
229229
A value of RESET_VALUE restores the default concurrency (80 when CPU >= 1, 1 otherwise).
230230
Concurrency cannot be set to any value other than 1 if `cpu` is less than 1.
231231
The maximum value for concurrency is 1,000.

0 commit comments

Comments
 (0)