irods / irods_development_environment

BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

Document delay server options as it relates to debugging the server #152

Open korydraughn opened 2 months ago

korydraughn commented 2 months ago

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.