Skip to content

Commit

Permalink
fix: No dedup please (#2635)
Browse files Browse the repository at this point in the history
Co-authored-by: Tal <[email protected]>
  • Loading branch information
Matvey-Kuk and talboren authored Nov 25, 2024
1 parent 24f003f commit 4d703b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/api/core/demo_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def simulate_alerts(
):
logger.info("Simulating alerts...")

GENERATE_DEDUPLICATIONS = True
GENERATE_DEDUPLICATIONS = False

providers = [
"prometheus",
Expand Down

0 comments on commit 4d703b7

Please sign in to comment.