The root cause was that session->params were never updated to the new
parameters.
Made it so session->reset() will make sure the session is fully up to
date with the desired parameters.
Investigation by @Thomas Dinges (dingto), code by self.
Differential D12515
Fix persistent data not allowing to change sample count and time limit Authored by Sergey Sharybin (sergey) on Sep 16 2021, 3:40 PM.
Details The root cause was that session->params were never updated to the new Made it so session->reset() will make sure the session is fully up to Investigation by @Thomas Dinges (dingto), code by self.
Diff Detail
Event TimelineComment Actions Thanks for the code work, tested it and it works as expected. Samples and Time Limit are now properly updated when Persistent Data is used. This fixes T91429. |