Skip to content

Commit 8f75874

Browse files
committed
Drop Cache size in half
1 parent 4b98a71 commit 8f75874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/com/glacialrush/react/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Version
44
{
5-
public static final String V = "1.4.8p";
6-
public static final int C = 1408;
5+
public static final String V = "1.4.9p";
6+
public static final int C = 1409;
77
}

src/com/glacialrush/react/client/Cache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Cache
1010

1111
public Cache()
1212
{
13-
size = 512;
13+
size = 256;
1414
data = new GMap<String, GList<Double>>();
1515
}
1616

0 commit comments

Comments
 (0)