...
|
...
|
@@ -16,9 +16,9 @@ public class SknCountConstants { |
|
|
public static final int NEW_SHOP = 5;//减少10->5
|
|
|
public static final int ADD_FLOW = 10;
|
|
|
|
|
|
public static final int REC_SORT_BRAND_SKN_COUNT = 6;
|
|
|
public static final int VEC_SORT_BRAND_SKN_COUNT = 4;
|
|
|
public static final int REC_SORT_BRAND_SKN_COUNT = 8;
|
|
|
public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4
|
|
|
|
|
|
public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 300;
|
|
|
public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 200;
|
|
|
|
|
|
} |
...
|
...
|
|