Rebalance the "final percentages" for the steps.
In the end I may allow these to be specified in one's getdown.txt.
This commit is contained in:
@@ -100,12 +100,12 @@ public abstract class Getdown extends Thread
|
|||||||
{
|
{
|
||||||
START(1),
|
START(1),
|
||||||
UPDATE_JAVA(10),
|
UPDATE_JAVA(10),
|
||||||
VERIFY_METADATA(15),
|
VERIFY_METADATA(12),
|
||||||
DOWNLOAD(50),
|
DOWNLOAD(40),
|
||||||
PATCH(70),
|
PATCH(60),
|
||||||
VERIFY_RESOURCES(80),
|
VERIFY_RESOURCES(70),
|
||||||
REDOWNLOAD_RESOURCES(85),
|
REDOWNLOAD_RESOURCES(90),
|
||||||
UNPACK(90),
|
UNPACK(98),
|
||||||
LAUNCH(99);
|
LAUNCH(99);
|
||||||
|
|
||||||
/** What is the final percent value for this step? */
|
/** What is the final percent value for this step? */
|
||||||
|
|||||||
Reference in New Issue
Block a user