|  | @@ -18,7 +18,7 @@ import org.json.simple.JSONObject;
 | 
	
		
			
				|  |  |  import org.json.simple.parser.JSONParser;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  public class UUIDFetcher implements Callable<Map<String, UUID>> {
 | 
	
		
			
				|  |  | -    private static final int PROFILES_PER_REQUEST = 100;
 | 
	
		
			
				|  |  | +    private static final int PROFILES_PER_REQUEST = 50;
 | 
	
		
			
				|  |  |      private static final long RATE_LIMIT = 100L;
 | 
	
		
			
				|  |  |      private static final String PROFILE_URL = "https://api.mojang.com/profiles/minecraft";
 | 
	
		
			
				|  |  |      private final JSONParser jsonParser = new JSONParser();
 |