Skip to content

Warn when duplicate source declarations conflict on cooldown - #9736

Merged
hsbt merged 1 commit into
masterfrom
cooldown-dedup-warning
Jul 30, 2026
Merged

Warn when duplicate source declarations conflict on cooldown#9736
hsbt merged 1 commit into
masterfrom
cooldown-dedup-warning

Conversation

@hsbt

@hsbt hsbt commented Jul 29, 2026

Copy link
Copy Markdown
Member

Follow-up to #9723. Declaring the same source URL twice with different cooldown: values silently drops one of them. Duplicate declarations are deduped into a single source, and cooldown applies per server, not per gem. The reporter of #9723 used a second source block with cooldown: 0 as a per-gem exemption and got no indication it had no effect.

This keeps the dedup behavior unchanged and warns when a conflicting cooldown value is discarded. Duplicate declarations with the same value or without a cooldown: option stay silent.

Declaring the same source URL twice with different cooldown values
silently drops one of them, because duplicate declarations are deduped
into a single source and cooldown applies per server, not per gem.
The reporter of #9723 used a second source block with cooldown: 0 as a
per-gem exemption and got no indication it had no effect. Keep the
dedup behavior but warn when a conflicting cooldown value is discarded.

#9723

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hsbt
hsbt merged commit 96816ca into master Jul 30, 2026
110 checks passed
@hsbt
hsbt deleted the cooldown-dedup-warning branch July 30, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant