Every page request with an affiliate code in the url creates a new click entity. This has the potential to flood the db.
Add a flood control check before saving a new click entity.
Active
1.0
Code
This is only true if the click_precedence is set to 'overwrite' in the config settings.
This is now fixed in the latest dev