rusefi config: increase BLOCKING_FACTOR
Keep it more that a half of TS_TOTAL_OUTPUT_SIZE allows TS to read whole livedata in two requestes. This increases refresh rate while still not wasting much of RAM for scratchBuffer.
This commit is contained in:
parent
cbc2773f67
commit
45972ef6e0
|
@ -118,7 +118,9 @@ struct_no_prefix persistent_config_s
|
|||
struct_no_prefix engine_configuration_s
|
||||
|
||||
! see 'blockingFactor' in rusefi.ini
|
||||
#define BLOCKING_FACTOR 750
|
||||
! please keep it bigger than (TS_TOTAL_OUTPUT_SIZE / 2) so whole livedata can be
|
||||
! transfered using two chunks, this will give us 500 Hz refresh rate.
|
||||
#define BLOCKING_FACTOR 1024
|
||||
|
||||
#define SENT_INPUT_COUNT 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue