storaged: increase periodic polling interval
set default polling internal to 1 minute set default disk stats publish to 1 hour set default emmc info publish to 1 day Bug: 34331490 Change-Id: Ifd86ddf9d826fb252de9dc8d6881e80ccb193e3b
This commit is contained in:
parent
0c4764074f
commit
0c77270ffc
|
@ -257,9 +257,9 @@ public:
|
|||
};
|
||||
|
||||
// Periodic chores intervals in seconds
|
||||
#define DEFAULT_PERIODIC_CHORES_INTERVAL_UNIT ( 20 )
|
||||
#define DEFAULT_PERIODIC_CHORES_INTERVAL_DISK_STATS_PUBLISH ( 60 )
|
||||
#define DEFAULT_PERIODIC_CHORES_INTERVAL_EMMC_INFO_PUBLISH ( 60 * 2 )
|
||||
#define DEFAULT_PERIODIC_CHORES_INTERVAL_UNIT ( 60 )
|
||||
#define DEFAULT_PERIODIC_CHORES_INTERVAL_DISK_STATS_PUBLISH ( 3600 )
|
||||
#define DEFAULT_PERIODIC_CHORES_INTERVAL_EMMC_INFO_PUBLISH ( 86400 )
|
||||
|
||||
struct storaged_config {
|
||||
int periodic_chores_interval_unit;
|
||||
|
|
Loading…
Reference in New Issue