diff options
Diffstat (limited to 'net/core/utils.c')
| -rw-r--r-- | net/core/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/utils.c b/net/core/utils.c index 7399804e1517..995f2b5168c2 100644 --- a/net/core/utils.c +++ b/net/core/utils.c @@ -38,7 +38,7 @@ void net_srandom(unsigned long entropy) } int net_msg_cost = 5*HZ; -int net_msg_burst = 10*5*HZ; +int net_msg_burst = 10; /* * This enforces a rate limit: not more than one kernel message |
