Authored by hugufei

revert skn count

@@ -16,9 +16,9 @@ public class SknCountConstants { @@ -16,9 +16,9 @@ public class SknCountConstants {
16 public static final int NEW_SHOP = 5;//减少10->5 16 public static final int NEW_SHOP = 5;//减少10->5
17 public static final int ADD_FLOW = 10; 17 public static final int ADD_FLOW = 10;
18 18
19 - public static final int REC_SORT_BRAND_SKN_COUNT = 6;  
20 - public static final int VEC_SORT_BRAND_SKN_COUNT = 4; 19 + public static final int REC_SORT_BRAND_SKN_COUNT = 8;
  20 + public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4
21 21
22 - public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 300; 22 + public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 200;
23 23
24 } 24 }