diff --git a/src/page.h b/src/page.h index 7a0b5af..205ad14 100644 --- a/src/page.h +++ b/src/page.h @@ -62,14 +62,14 @@ namespace xmreg { index(uint64_t page_no = 0, bool refresh_page = false) { - bool is_connected = rpc.check_connection(); - - cout << "check connection: " << is_connected << endl; - - if (!is_connected) - { - return "Connection to the Monero demon does not exist or was lost!"; - } +// bool is_connected = rpc.check_connection(); +// +// cout << "check connection: " << is_connected << endl; +// +// if (!is_connected) +// { +// return "Connection to the Monero demon does not exist or was lost!"; +// } //get current server timestamp server_timestamp = std::time(nullptr); diff --git a/src/rpccalls.h b/src/rpccalls.h index 708a71b..0f7e0be 100644 --- a/src/rpccalls.h +++ b/src/rpccalls.h @@ -23,7 +23,7 @@ namespace xmreg class rpccalls { string deamon_url {"http:://127.0.0.1:18081"}; - uint64_t timeout_time {20000}; + uint64_t timeout_time {200000}; epee::net_utils::http::url_content url;