We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b98a71 commit 8f75874Copy full SHA for 8f75874
src/com/glacialrush/react/Version.java
@@ -2,6 +2,6 @@
2
3
public class Version
4
{
5
- public static final String V = "1.4.8p";
6
- public static final int C = 1408;
+ public static final String V = "1.4.9p";
+ public static final int C = 1409;
7
}
src/com/glacialrush/react/client/Cache.java
@@ -10,7 +10,7 @@ public class Cache
10
11
public Cache()
12
13
- size = 512;
+ size = 256;
14
data = new GMap<String, GList<Double>>();
15
16
0 commit comments