forked from external/yambar
modules: change min poll interval from 500ms to 250ms
This commit is contained in:
parent
310c07b03d
commit
e4edbd26c6
12 changed files with 12 additions and 11 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define UNUSED __attribute__((unused))
|
||||
|
||||
static const long min_poll_interval = 500;
|
||||
static const long min_poll_interval = 250;
|
||||
|
||||
struct rt_stats_msg {
|
||||
struct rtmsg rth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue