Hello,
On 12.04.21 12:40, Juha Heinanen wrote:
It is possible to update value of max_while_loops dynamically in config file?
For example, there could be a need to increase the max in some while loop, but after the loop is done, decrease it again for other loops.
There exists an rpc command to do that, but I haven't found how to do it in config file.
I tried
@cfg_seti.core.max_while_loops = 200;
but got syntax error.
the jsonrpcs module exports a function that executes rpc commands from command line, jsonrpcs_exec() iirc.
Cheers, Daniel