We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d364a89 commit 502efefCopy full SHA for 502efef
src/provider/avtrdb.rs
@@ -113,7 +113,7 @@ impl Provider for AvtrDB {
113
let unique = match status {
114
StatusCode::OK => data.valid_avatar_ids == 1,
115
StatusCode::TOO_MANY_REQUESTS => {
116
- warn!("[{}] 429 Rate Limit, trying again in 10 seconds", Type::VRCDB);
+ warn!("[{}] 429 Rate Limit, trying again in 10 seconds", Type::AVTRDB);
117
std::thread::sleep(Duration::from_secs(10));
118
self.send_avatar_id(avatar_id)?
119
}
0 commit comments