The delay server isn't needed for all debugging sessions (e.g. when investigating the PUT API). For these cases, developers will want to keep the delay server communication close to zero. This is achieved by setting the following server_config.json options to a relatively large number.
delay_server_sleep_time_in_seconds
migrate_delay_server_sleep_time_in_seconds
Setting both values to 43200 would give developers 12hrs without delay server activity getting in the way of debugging.
We need to add a few words to the debugging section of the README about this.
Documentation
The delay server isn't needed for all debugging sessions (e.g. when investigating the PUT API). For these cases, developers will want to keep the delay server communication close to zero. This is achieved by setting the following server_config.json options to a relatively large number.
Setting both values to 43200 would give developers 12hrs without delay server activity getting in the way of debugging.
We need to add a few words to the debugging section of the README about this.