mt-bug fix WayLinker
This commit is contained in:
parent
ff0f2891a2
commit
c4f3e7dadf
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class WayLinker extends MapCreatorBase implements Runnable
|
|||
{
|
||||
long maxFileSize = 0L;
|
||||
long currentSlaveSize;
|
||||
long currentMasterSize;
|
||||
long currentMasterSize = 2000000000L;
|
||||
|
||||
synchronized boolean setCurrentMasterSize( long size )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue