A decentralized music tracking and discovery platform built on AT Protocol 🎵

fix: update retry logic for submitting listens to improve reliability

+1 -1
+1 -1
crates/scrobbler/src/listenbrainz/core/submit.rs
··· 77 77 }))); 78 78 } 79 79 80 - tokio::time::sleep(std::time::Duration::from_secs(1)).await; 80 + tokio::time::sleep(std::time::Duration::from_secs(2)).await; 81 81 } 82 82 } 83 83 }