Skip to content

Commit

Permalink
ultra small fix curl log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Sadokhov committed Jul 20, 2023
1 parent dd0d223 commit a494acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ bool f$curl_setopt_array(curl_easy easy_id, const array<mixed> &options) noexcep
}

mixed f$curl_exec(curl_easy easy_id) noexcept {
constexpr double long_curl_query = 2 * 10e-2; // 0.2 sec
constexpr double long_curl_query = 2 * 1e-1; // 0.2 sec
auto *easy_context = get_context<EasyContext>(easy_id);
if (!easy_context) {
return false;
Expand Down

0 comments on commit a494acc

Please sign in to comment.