Skip to content

Commit

Permalink
prices every 60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 13, 2023
1 parent 43afa32 commit 9b14cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/api/komodo_prices/komodo.prices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace
{
web::http::client::http_client_config cfg;
cfg.set_validate_certificates(false);
cfg.set_timeout(std::chrono::seconds(30));
cfg.set_timeout(std::chrono::seconds(60));
return cfg;
}()};
t_http_client_ptr g_komodo_prices_client = std::make_unique<web::http::client::http_client>(FROM_STD_STR(g_komodo_prices_endpoint), g_komodo_prices_cfg);
Expand Down

0 comments on commit 9b14cbc

Please sign in to comment.