You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users often hit the default 30ms issue with timeouts when using keosd due to the default http-max-response-time-ms 30ms. Setting contracts or ABI can often take longer than 30ms to parse in keosd. This error is confusing to users and often hard to track down what is going wrong. Also keosd is meant to only be run locally and not provided as a service.
Consider making http-max-response-time-ms unlimited for keosd.
The text was updated successfully, but these errors were encountered:
Users often hit the default
30ms
issue with timeouts when usingkeosd
due to the defaulthttp-max-response-time-ms
30ms. Setting contracts or ABI can often take longer than 30ms to parse in keosd. This error is confusing to users and often hard to track down what is going wrong. Alsokeosd
is meant to only be run locally and not provided as a service.Consider making
http-max-response-time-ms
unlimited forkeosd
.The text was updated successfully, but these errors were encountered: