1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-02 04:37:47 +00:00

reset tag size weight after every iteration

This commit is contained in:
Quackster 2024-10-19 11:06:25 +10:00
parent 285995807e
commit 6ad584ce84

View file

@ -116,6 +116,8 @@ public class TagDao {
if (tags > 0) {
for (var kvp : list) {
weight = 0;
if (counter == (bits)) {
weight = 3;
}