commit | f76eb3316747b8e2330867fe7511f5f6dd608678 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Wed Mar 13 23:27:13 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 13 23:27:13 2019 +0000 |
tree | 0dd4a762ba4a290b53505e634bc5ddf13dd394c6 | |
parent | 493630541f95f9e7fa55034d98e893ad32a1eb8d [diff] | |
parent | a9273e04f827820f1ca3185bb001c9675487d6e3 [diff] |
Merge "lmkd: set PSI_POLL_PERIOD to 40ms"
diff --git a/lmkd/lmkd.c b/lmkd/lmkd.c index 18421e8..2d3fbfc 100644 --- a/lmkd/lmkd.c +++ b/lmkd/lmkd.c
@@ -110,7 +110,7 @@ */ #define PSI_WINDOW_SIZE_MS 1000 /* Polling period after initial PSI signal */ -#define PSI_POLL_PERIOD_MS 200 +#define PSI_POLL_PERIOD_MS 40 /* Poll for the duration of one window after initial PSI signal */ #define PSI_POLL_COUNT (PSI_WINDOW_SIZE_MS / PSI_POLL_PERIOD_MS)