diff --git a/kernel/mars_if.c b/kernel/mars_if.c index a154cd86..4aa4270c 100644 --- a/kernel/mars_if.c +++ b/kernel/mars_if.c @@ -98,9 +98,8 @@ int if_throttle_start_size = 0; // in kb EXPORT_SYMBOL_GPL(if_throttle_start_size); struct mars_limiter if_throttle = { - .lim_max_rate = 5000, + .lim_max_rate = 10000, }; -EXPORT_SYMBOL_GPL(if_throttle); ///////////////////////// own type definitions ////////////////////////