LINBIT / drbdtop

CLI management tool for DRBD. Like top, but for DRBD resources.
GNU General Public License v2.0
48 stars 14 forks source link

Avoid duplicate map lookup #20

Closed raltnoeder closed 5 years ago

raltnoeder commented 5 years ago

This commit restructures code in update.go to avoid a duplicate ResourceCollection map lookup

rck commented 5 years ago

I applied that patch to the "develop" branch. I will do a release soon, then we give up "develop" and just use "master" as for almost all our other projects.

Thanks, rck