mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 20:22:05 -07:00
Don't sleep after profile lookups if not needed
Mojang was sleeping even if we had no more requests to go after the current one finished, resulting in 100ms lost per profile lookup
This commit is contained in:
@@ -104,6 +104,7 @@ done
|
||||
# # group # lib # prefix # many files
|
||||
|
||||
# dont forget \ at end of each line but last
|
||||
importLibrary com.mojang authlib com/mojang/authlib yggdrasil/YggdrasilGameProfileRepository.java
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
|
Reference in New Issue
Block a user