Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop explict 3 seconds pause between two object updates/deletes. (son…
…ic-net#1359) - What I did Drop explicitly introduced 3 seconds pause between object updates using configlet. - How I did it Remove the added time.sleep(3) - How to verify it Add 10 objects using old code and see it takes 30+ seconds. Repeat the same with this updated code which would complete in small fraction of a second. Verified ASIC-DB contents to the extent possible in both scenarios of applying objects using old code with 3 seconds pause and new code w/o any explicit pause, to be the same.
- Loading branch information