Skip to content

Commit

Permalink
Spam config toasts less often: trigger count 3->5.
Browse files Browse the repository at this point in the history
some local testing showed that three config-key hits result
in a somewhat-spammy behaviour.
A moderate raising of the trigger limit makes it far less
likely to trigger the toast "by accident", and still
gives it relatively quickly when "seeking" it.
  • Loading branch information
Jules Kerssemakers authored and pserwylo committed Jan 2, 2024
1 parent b4cd8f2 commit 62fefe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class TooltipReminder {
*
* @see #COUNTING_WINDOW
*/
public static final int TRIGGER_COUNT = 3;
public static final int TRIGGER_COUNT = 5;
/**
* Start of currently running tooltip reminder time window (epoch millis).
*
Expand Down

0 comments on commit 62fefe4

Please sign in to comment.