Mirobit / bitcoin-node-manager

:bar_chart: Lightweight dashboard and control system for bitcoin nodes
MIT License
123 stars 62 forks source link

sometimes it works, sometimes not #94

Open kosuodhmwa opened 1 month ago

kosuodhmwa commented 1 month ago

sometimes appears that message: Bitcoin Core not reachable: Operation timed out after 10003 milliseconds with 0 bytes received

why?

MontejoJorge commented 1 month ago

Sometimes the RPC server take more time to respond, you can edit the CURLOPT_TIMEOUT property in the jsonRPCClient.php file. Maybe we should add it to the Config.php file?

kosuodhmwa commented 1 month ago

thank you very much for your feedback.

<Maybe we should add it to the Config.php file?>

Yes, why not? :-)

kosuodhmwa commented 1 month ago

maybe a default value of 30 seconds would be better than only 10 (equivalent to the max_execution_time in php.ini...)