···140140 repo.insert_scrobble(&did, &scrobble_uri, record).await?;
141141142142 // sleep a bit to avoid overwhelming the database
143143- tokio::time::sleep(std::time::Duration::from_millis(1200)).await;
143143+ tokio::time::sleep(std::time::Duration::from_millis(600)).await;
144144145145 i += 1;
146146 }