geforkt von Mirrors/Velocity
Fix typo, thanks @hugmanrique for spotting this
Dieser Commit ist enthalten in:
Ursprung
e32acbaae7
Commit
250a35e53b
@ -34,7 +34,7 @@ public class Velocity {
|
||||
|
||||
// Disable the resource leak detector by default as it reduces performance. Allow the user to
|
||||
// override this if desired.
|
||||
if (System.getProperty("io.netty.leakDetection.level") != null) {
|
||||
if (System.getProperty("io.netty.leakDetection.level") == null) {
|
||||
ResourceLeakDetector.setLevel(Level.DISABLED);
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren