imagehandlingutilities/thumbnailmanager/inc/thumbnailmanagerconstants.h
branchRCL_3
changeset 13 ffb2d5dd62e9
parent 11 85a88bc05e45
child 14 ad31f4183ddc
equal deleted inserted replaced
11:85a88bc05e45 13:ffb2d5dd62e9
    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;