feature(env update):

This commit is contained in:
Devoalda 2023-10-31 19:59:19 +08:00
parent c491ace792
commit 429218fc02
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ import random
import string import string
# Endpoint # Endpoint
endpoint_url = "http://127.0.0.1:8000/api/files/" endpoint_url = "http://13.212.84.67:8000/api/files/"
# Number of files to send # Number of files to send
num_files = 10 num_files = 3
num_threads = 5 # Change the number of threads as needed num_threads = 5 # Change the number of threads as needed
# Function to generate random file content # Function to generate random file content