if: less default throttling

This commit is contained in:
Thomas Schoebel-Theuer 2019-08-29 15:05:18 +02:00 committed by Thomas Schoebel-Theuer
parent 9ab6c1f603
commit 5263e058ea
1 changed files with 1 additions and 2 deletions

View File

@ -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 ////////////////////////