From 4e60c08120f572ef4f961a042bcf8c6d02cd840b Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Sat, 9 Nov 2024 12:53:13 -0700 Subject: [PATCH] Reduce sample max_threads to 2 Signed-off-by: Luis Garcia --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 878c7d7..5ecec54 100644 --- a/.env.sample +++ b/.env.sample @@ -35,7 +35,7 @@ GENERATE_GUIDS = "True" GENERATE_LOCATIONS = "True" ## Max threads for processing -MAX_THREADS = 32 +MAX_THREADS = 2 ## Map usernames between servers in the event that they are different, order does not matter ## Comma separated for multiple options