We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6efbc0 commit 6283460Copy full SHA for 6283460
terraform/python/ec2/adot-genai/main.tf
@@ -117,7 +117,7 @@ cat > /app/generate_traffic.sh << 'TRAFFIC_EOF'
117
SERVER_URL="$${SERVER_URL:-http://localhost:8000}"
118
ENDPOINT="$$SERVER_URL/ai-chat"
119
DELAY_SECONDS="$${DELAY_SECONDS:-3600}"
120
-NUM_REQUESTS="$${NUM_REQUESTS:-0}"
+NUM_REQUESTS="$${NUM_REQUESTS:-5}"
121
TIMEOUT="$${TIMEOUT:-30}"
122
123
0 commit comments