mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-02 06:13:46 +02:00
Revert "added messaging app rate limiter params"
This reverts commit 8ee1da7140.
This commit is contained in:
+1
-3
@@ -77,9 +77,7 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
# Wrap with rate limiter
|
||||
messaging_platform = RateLimitedPlatform(
|
||||
raw_platform,
|
||||
rate_limit=settings.telegram_rate_limit,
|
||||
rate_window=settings.telegram_rate_window,
|
||||
raw_platform, rps=settings.telegram_rps
|
||||
)
|
||||
|
||||
# Create and register message handler
|
||||
|
||||
Reference in New Issue
Block a user