Skip to content

Commit f1123cf

Browse files
SimplicityGuyclaude
andcommitted
chore: increase MusicBrainz extractor Discogs poll interval to 1 hour
Discogs extraction takes days, so polling every 60s is excessive. 1-hour interval reduces unnecessary log noise while still being responsive enough. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 786b27e commit f1123cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/extractor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ pub async fn run_extraction_loop(
797797
Ok(())
798798
}
799799

800-
pub(crate) const DISCOGS_POLL_INTERVAL: Duration = Duration::from_secs(60);
800+
pub(crate) const DISCOGS_POLL_INTERVAL: Duration = Duration::from_secs(3600);
801801
pub(crate) const DISCOGS_HEALTH_TIMEOUT: Duration = Duration::from_secs(5);
802802
pub(crate) const DISCOGS_MAX_UNREACHABLE_RETRIES: u32 = 10;
803803

0 commit comments

Comments
 (0)