Skip to content

Conversation

padre
Copy link

@padre padre commented Jun 30, 2023

Users often connect from different devices (desktop, mobile, tablet, etc.) and from different locations (home, work, etc.). If we send notifications to users more than a minute old, we will generate a lot of false positives.

A simple solution would be to make the number of minutes after which a user is no longer considered a new user configurable in order to increase that time.

In my case, increasing that amount to a week (60 * 24 * 7) or a month (60 * 24 * 30) would greatly reduce false positives.

Thank you very much.

@lrljoe
Copy link
Collaborator

lrljoe commented Aug 16, 2024

Not sure on this one! Will have to take a closer look, I get the point though

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