equal
deleted
inserted
replaced
53 //actual batch size will vary and will be between min...max batch size values below |
53 //actual batch size will vary and will be between min...max batch size values below |
54 |
54 |
55 //minimum batch size |
55 //minimum batch size |
56 const TUint KMInBatchItems = 3; |
56 const TUint KMInBatchItems = 3; |
57 //maximum batch size |
57 //maximum batch size |
58 const TUint KMaxBatchItems = 18; |
58 const TUint KMaxBatchItems = 60; |
59 //Max allowed flush time |
59 //Max allowed flush time |
60 const TUint KMaxFlushDelay = 3000; //ms |
60 const TUint KMaxFlushDelay = 3000; // 3 sec |
61 // fixed batch size for MTP |
61 //Max allowed flush time on MTP/music collection refresh |
62 const TUint KMaxBatchItemsMTP = 60; |
62 const TUint KMaxMTPFlushDelay = 15000; // 15 seconds |
63 |
63 |
64 //how many items daemon will query at once from MDS |
64 //how many items daemon will query at once from MDS |
65 const TUint KMaxQueryItems = 100; |
65 const TUint KMaxQueryItems = 100; |
66 // max items for PH & AllItems query |
66 // max items for PH & AllItems query |
67 const TUint KMaxQueryItems2 = 100; |
67 const TUint KMaxQueryItems2 = 100; |