Hi,
Swift is providing a GlobalSettings config file, but one of the nodes is wrong
- Consider https://github.com/dynamicweb/Swift/blob/main/Swift/Files/GlobalSettings.config#L2074C1-L2081C18
- This means that CommandTimeout's path to be Globalsettings/Globalsettings/System/Database/CommandTimeout
- There's an additional GlobalSettings node
We noticed when some SQL commands were timing out at 30 seconds (the default value) and we had it set to 210 seconds.
Here's DW's code to get the CommantTimeout in 99 - Base\Dynamicweb.Data\Dynamicweb.Data\Database.cs
Best Regards,
Nuno Aguiar