mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
Revert "added messaging app rate limiter params"
This reverts commit 8ee1da7140.
This commit is contained in:
parent
116fe6cba1
commit
82ab6d64e1
4 changed files with 13 additions and 18 deletions
|
|
@ -64,8 +64,7 @@ class Settings(BaseSettings):
|
|||
telegram_api_id: Optional[str] = None
|
||||
telegram_api_hash: Optional[str] = None
|
||||
allowed_telegram_user_id: Optional[str] = None
|
||||
telegram_rate_limit: int = 20
|
||||
telegram_rate_window: float = 60
|
||||
telegram_rps: float = 1.0
|
||||
claude_workspace: str = "./agent_workspace"
|
||||
allowed_dir: str = ""
|
||||
max_cli_sessions: int = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue