Project

General

Profile

« Previous | Next » 

Revision 45e0065d

Added by Leszek Koltunski over 2 years ago

Correct the next bug with settign the object size.
Multiply the time limits in BlockController by 2 - this way we can see if the ratio of (UI+Touch)/Thread Firebase non-fatals will observably drop below the current value of 4.

View differences:

src/main/java/org/distorted/objectlib/helpers/BlockController.java
43 43
  public static final int CONTROL_PLACE_0 =20;
44 44
  public static final int CONTROL_PLACE_1 =21;
45 45

  
46
  private static final long THRESHHOLD_0 =  3000;
47
  private static final long THRESHHOLD_1 = 25000;
48
  private static final long THRESHHOLD_2 =  5000;
49
  private static final long THRESHHOLD_3 = 45000;
46
  private static final long THRESHHOLD_0 =  6000;
47
  private static final long THRESHHOLD_1 = 50000;
48
  private static final long THRESHHOLD_2 = 10000;
49
  private static final long THRESHHOLD_3 = 90000;
50 50

  
51 51
  private static long mPauseTime, mResumeTime;
52 52

  

Also available in: Unified diff