Skip to main content
Solved

How to change the Timeout parameters in IFS cloud

  • February 27, 2023
  • 2 replies
  • 681 views

Forum|alt.badge.img+4

Hi,

In APPS9 & APPS10, we could change the timeout parameters when configuring the application.(relevant screenshot is attached)   But In the IFS cloud, how can we change these parameters? F1 documentation is not clear. 

 

Best answer by Charith Epitawatta

Hi @WiaGeethP,

You can find the equivalent OData parameters here:

https://docs.ifs.com/techdocs/22r2/030_administration/150_setup/154_odata_provider/020_timeout/

These parameters can be defined in ifscloud-values.yaml file as of IFS Cloud 22R2. Find the documentation here:

https://docs.ifs.com/techdocs/22r2/070_remote_deploy/010_installing_fresh_system/200_installing_ifs_cloud/035_ifs_cloud_ifsinstaller/030_installation_parameters/#parameters_for_odata

For earlier releases, you can still set them directly in the Odata Deployment by editing the relevant environment variables in the Deployment.

Hope this helps!

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • Answer
  • February 27, 2023

Hi @WiaGeethP,

You can find the equivalent OData parameters here:

https://docs.ifs.com/techdocs/22r2/030_administration/150_setup/154_odata_provider/020_timeout/

These parameters can be defined in ifscloud-values.yaml file as of IFS Cloud 22R2. Find the documentation here:

https://docs.ifs.com/techdocs/22r2/070_remote_deploy/010_installing_fresh_system/200_installing_ifs_cloud/035_ifs_cloud_ifsinstaller/030_installation_parameters/#parameters_for_odata

For earlier releases, you can still set them directly in the Odata Deployment by editing the relevant environment variables in the Deployment.

Hope this helps!


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Partner)
  • February 27, 2023

Thank you!