Querying account details is slow
Opened this issue · 0 comments
grctest commented
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