main: disable throttling by default

This may hurt application performance.
This commit is contained in:
Thomas Schoebel-Theuer 2019-08-30 08:31:01 +02:00 committed by Thomas Schoebel-Theuer
parent 5263e058ea
commit 303bcb1fec
1 changed files with 1 additions and 3 deletions

View File

@ -175,11 +175,9 @@ int mars_fast_fullsync =
;
EXPORT_SYMBOL_GPL(mars_fast_fullsync);
int mars_throttle_start = 60;
EXPORT_SYMBOL_GPL(mars_throttle_start);
int mars_throttle_start = 0;
int mars_throttle_end = 90;
EXPORT_SYMBOL_GPL(mars_throttle_end);
int mars_emergency_mode = 0;
EXPORT_SYMBOL_GPL(mars_emergency_mode);