Fix estimatedTargetLength method.
This commit is contained in:
parent
ba24c761fc
commit
bc26b40750
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public abstract class Presenter<E>
|
|||
}
|
||||
else if (sourceLength < 800000)
|
||||
{
|
||||
result = (100000);
|
||||
result = (1000000);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue