From 67d6dfd0e760b44b177ca450888c2f9e9bfc32db Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Jan 2025 16:25:05 +0100 Subject: [PATCH] raised curl timeout to 10 --- include/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flags.h b/include/flags.h index fbcd83c..d65cd1b 100644 --- a/include/flags.h +++ b/include/flags.h @@ -65,7 +65,7 @@ enum WHY2_OUTPUT_FORMAT #define WHY2_CLEAR_SCREEN "\e[1;1H\e[2J" //TEXT FOR UNIX CLEAR SCREEN -#define WHY2_CURL_TIMEOUT 3 //if you need comment explaining, what the fuck is timeout, don't change WHY2's code, alright? thx, love ya +#define WHY2_CURL_TIMEOUT 10 //if you need comment explaining, what the fuck is timeout, don't change WHY2's code, alright? thx, love ya #define WHY2_NOT_FOUND_TRIES 10 //NUMBER OF TRIES FOR DOWNLOADING versions.json #define WHY2_DEPRECATED __attribute__((deprecated)) //SAME COMMENT AS WHY2_VERSIONS_NAME'S