From 116fe6cba16109a63ec7ff17ccc06b7cc7347e22 Mon Sep 17 00:00:00 2001 From: Alishahryar1 Date: Thu, 29 Jan 2026 23:14:49 -0800 Subject: [PATCH] Revert "updated env example" This reverts commit 0761cbe907948b84ca603b13e2a02c08b0572f7f. --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 196dc5b4..24d10a5a 100644 --- a/.env.example +++ b/.env.example @@ -51,8 +51,8 @@ NVIDIA_NIM_INCLUDE_REASONING=true TELEGRAM_API_ID="123456" TELEGRAM_API_HASH="abcdef123456..." ALLOWED_TELEGRAM_USER_ID="YOUR_TELEGRAM_USER_ID" -TELEGRAM_RATE_LIMIT=1 -TELEGRAM_RATE_WINDOW=3 +TELEGRAM_RATE_LIMIT=20 +TELEGRAM_RATE_WINDOW=60 CLAUDE_WORKSPACE="./agent_workspace" ALLOWED_DIR="C:/Users/YourName/projects/myproject" MAX_CLI_SESSIONS=10 # Maximum parallel Claude CLI instances \ No newline at end of file