Override dbserver db-request-timeout from IRD (8.5)

Hi all, I seem to remember that from IRD I can change a configuration value, specifically the db-request-timeout value of the dbserver, but I don’t remember how, exactly; was it enough to create a key-value pair in an attach block inside strategy?

Regards

Probably SetCallOption[‘request_timeout’, …]

Yep, that’s it. Thank you, Terry!