Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase ES hit buffer based on observed behaviour
Browse files Browse the repository at this point in the history
Krealle committed May 6, 2024

Verified

This commit was signed with the committer’s verified signature.
Krealle Vollmer
1 parent 693402e commit 6c0b7b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ import { SPELLWEAVERS_DOMINANCE_CRIT_MULTIPLIER } from '../../constants';
export const ETERNITY_SURGE_FROM_CAST = 'EternitySurgeFromCast';

const MAX_SEARCH_BUFFER_MS = 1_500;
export const MAX_ES_HIT_BUFFER_MS = 20;
export const MAX_ES_HIT_BUFFER_MS = 25;

const ETERNITY_SURGE_IDS = new Set<number>([
SPELLS.ETERNITY_SURGE.id,

0 comments on commit 6c0b7b1

Please sign in to comment.