Stop logging for suspicious async chunkloads if they complete quickly enough
This commit is contained in:
parent
215b797e7b
commit
7c0f8b8bef
|
|
@ -50,8 +50,6 @@ public abstract class ServerChunkCacheMixin {
|
|||
}
|
||||
if(debugDeadServerAccess)
|
||||
ModernFix.LOGGER.warn("Async loading of a chunk was requested, this might not be desirable", new Exception());
|
||||
else
|
||||
ModernFix.LOGGER.warn("Suspicious async chunkload, pass -Dmodernfix.debugBadChunkloading=true for more details");
|
||||
try {
|
||||
resultingChunk = future.get(10, TimeUnit.SECONDS);
|
||||
if(resultingChunk.left().isPresent()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user