Skip to content

Commit 980aae6

Browse files
committed
Add is_global keyword argument (Unused)
1 parent ea4dda2 commit 980aae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starlette_plus/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def limit(
125125
bucket: BucketType = "ip",
126126
priority: int = 0,
127127
exempt: ExemptCallable | None = None,
128+
is_global: bool = False
128129
) -> T_LimitDecorator:
129130
def decorator(coro: Callable[..., RouteCoro] | _Route) -> LimitDecorator:
130131
limits: RateLimitData = {

0 commit comments

Comments
 (0)