BTS-CM/Bitshares-HUG-REST-API

Querying account details is slow

Opened this issue · 0 comments

bitshares/python-bitshares#88

I've had to reduce account detail fetching in several functions (like the hertz 'home' page) to avoid significant loading delay.

Interesting ... can you try play around with num_retries ... you may also want to add

import logging
logging.basicConfig(level=logging.DEBUG)

to get more debugging info