Skip to content

Commit

Permalink
Increase check time difference
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Nov 16, 2022
1 parent f1e41f3 commit 24beda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reminder/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use arc_util::tracking::CachedTracker;
use log::debug;

/// Minimum time (ms) since the encounter start for the buff check to trigger.
const CHECK_TIME_DIFF: u64 = 100;
const CHECK_TIME_DIFF: u64 = 250;

impl Reminder {
/// Returns the current encounter id.
Expand Down

0 comments on commit 24beda7

Please sign in to comment.