1.5.0 preparations
This commit is contained in:
parent
af6956f4f5
commit
f9f08cc0b7
22 changed files with 57 additions and 52 deletions
|
|
@ -49,7 +49,7 @@ public final class NodesCache
|
|||
private long ghostSum = 0;
|
||||
private long ghostWakeup = 0;
|
||||
|
||||
private boolean directWeaving = Boolean.getBoolean( "directWeaving" );
|
||||
private boolean directWeaving = !Boolean.getBoolean( "disableDirectWeaving" );
|
||||
|
||||
public String formatStatus()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue