Skip to content

Fix cmds requesting too quickly in a loop uids from pubkey with BMA (#438)

Moul requested to merge 438_sleep into main

Specially happening in local condition, where there is no network latency

  • blocks, history -u, and transfer commands
  • Define BMA_SLEEP constant to 0.1 second
  • Set time.sleep(BMA_SLEEP) between the requests

Close #438 (closed), #3 (closed).

Merge request reports