Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dwnlutils/urlHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <ctype.h>

#ifndef CURL_TLS_TIMEOUT //This is to provide an option Define custom timeout using DFLAGS
#define CURL_TLS_TIMEOUT 7200L
#define CURL_TLS_TIMEOUT 10L
#endif
Comment on lines 32 to 34

#define CURL_PROGRESS_FILE "/opt/curl_progress"
Expand Down
Loading