diff options
-rw-r--r-- | healthd/healthd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index c3de13c..61a6277 100644 --- a/healthd/healthd.cpp +++ b/healthd/healthd.cpp @@ -37,7 +37,7 @@ using namespace android; // Periodic chores intervals in seconds -#define DEFAULT_PERIODIC_CHORES_INTERVAL_FAST (60 * 1) +#define DEFAULT_PERIODIC_CHORES_INTERVAL_FAST (60 * 10) #define DEFAULT_PERIODIC_CHORES_INTERVAL_SLOW (60 * 10) static struct healthd_config healthd_config = { |