imagehandlingutilities/thumbnailmanager/inc/thumbnailmanagerconstants.h
branchRCL_3
changeset 16 85a88bc05e45
parent 13 ee674526fac5
child 20 ffb2d5dd62e9
equal deleted inserted replaced
13:ee674526fac5 16:85a88bc05e45
    49 const TInt KMPXHarvesting = 0x00000020;
    49 const TInt KMPXHarvesting = 0x00000020;
    50 const TInt KDaemonProcessing = 0x00000040;
    50 const TInt KDaemonProcessing = 0x00000040;
    51 
    51 
    52 //insert to temp table first wo indexing and move data to main table as batch
    52 //insert to temp table first wo indexing and move data to main table as batch
    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 //minimum batch size
    55 //minimum batch size
    55 const TUint KMInBatchItems = 3;
    56 const TUint KMInBatchItems = 3;
    56 //maximum batch size
    57 //maximum batch size
    57 const TUint KMaxBatchItems = 18;
    58 const TUint KMaxBatchItems = 18;
    58 //Max allowed flush time
    59 //Max allowed flush time
    59 const TUint KMaxFlushDelay = 3000; //ms
    60 const TUint KMaxFlushDelay = 3000; //ms
       
    61 // fixed batch size for MTP
       
    62 const TUint KMaxBatchItemsMTP = 60;
    60 
    63 
    61 //how many items daemon will query at once from MDS
    64 //how many items daemon will query at once from MDS
    62 const TUint KMaxQueryItems = 100;
    65 const TUint KMaxQueryItems = 100;
    63 // max items for PH & AllItems query
    66 // max items for PH & AllItems query
    64 const TUint KMaxQueryItems2 = 100;
    67 const TUint KMaxQueryItems2 = 100;