Skip to content

Commit

Permalink
Reduce delay
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Feb 15, 2024
1 parent 46f3256 commit 50312c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ListenBrainzWebClient(private val setLBAuthToken: (String) -> Unit) : WebV
}
}
}
}, 5000)
}, 2000)
}
}
}
Expand Down

0 comments on commit 50312c3

Please sign in to comment.