Skip to content

Commit

Permalink
CI Error Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brightprogrammer committed Dec 18, 2024
1 parent 595aaa0 commit daef175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Reai/Api/Reai.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Reai* reai_init_conn (Reai* reai) {
curl_easy_setopt (reai->curl, CURLOPT_MAXREDIRS, 50);

/* cache the CA cert bundle in memory for a week */
curl_easy_setopt (reai->curl, CURLOPT_CA_CACHE_TIMEOUT, 604800L);
// curl_easy_setopt (reai->curl, CURLOPT_CA_CACHE_TIMEOUT, 604800L);
/* curl_easy_setopt (reai->curl, CURLOPT_VERBOSE, 1); */

reai_init_curl_headers (reai, reai->api_key);
Expand Down

0 comments on commit daef175

Please sign in to comment.