Can we increase "ScriptTimeout": 7200 ??
In platform-settings.json, I set timeout to 1 hour t generate around 200 reports in Production Server.
- "BasicSettings": { ... "ScriptTimeout": 3600 },
Due the performance of production server, some times 92 reports generated in one hour and sometimes 150 reports generated in one hour. So shall I increase script timeout to 2 hours. Ex:
- "BasicSettings": { ... "ScriptTimeout": 3600 }, ???
In Article - CS321502 - Service script times out with error Execution of Script terminated after : 30 seconds in ThingWorx Platform, I found that 'increasing the timeout limit of services too high could impact the performance of other areas of the application'.https://www.ptc.com/en/support/article/CS321502
Is it okay if iam increasing timeout to 2 hours for scheduler ?

