Skip to content

Conversation

@derElektrobesen
Copy link

No description provided.

total_bytes = total_bytes + l
end
if total_bytes then
print("FOUND: " .. tostring(profile_id_to_int(profile.id)) .. ": total=" .. tostring(total_bytes) .. to_print)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will be too slow to print line for every user, it's better to print if total_bytes >= min_field_len: it will also check the case, when user has a lot of small fields, but their total size is huge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants