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
Drop explict 3 seconds pause between two object updates/deletes. (sonic-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.
0 commit comments