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
I think it's expensive to call bitcoind in general, so it might be beneficial to eliminate at least the low hanging fruit:
specifically it should be relatively easy to cache "estimatefee" coming from bitcoind, e.g. in a time based cache for 1 minute, and return those values when requested from clients through blockchain.estimatefee from the cache without querying bitcoind.
The text was updated successfully, but these errors were encountered:
I think it's expensive to call bitcoind in general, so it might be beneficial to eliminate at least the low hanging fruit:
specifically it should be relatively easy to cache "estimatefee" coming from bitcoind, e.g. in a time based cache for 1 minute, and return those values when requested from clients through
blockchain.estimatefee
from the cache without querying bitcoind.The text was updated successfully, but these errors were encountered: