Skip to content

Draft: Set enable stale production flag on one node

Marcin Sobczyk requested to merge ms_remove_dummy_sleep_from_system_tests into develop

instead of correcting timestamp for faketime

We could use notification system to wait until node starts, but changing faketime during runtime doesn't solve problem (block producing code spends most of time in sleep system call and kernel is not aware of faketime). And as I checked code - this flag is used only during node startup before first block in live sync appears. Parameter witness_partitipation_rate is different, its used at every block production opportunity and we still need faketime to keep default value of this parameter.

Edited by Marcin Sobczyk

Merge request reports