WIP General Wiki

WIP General Wiki

General WIP wiki articles

How to increase Request Timeout

  1. Login to server where WIP is installed

  2. Stop all WIP services

  3. Open the installion folder and open the appsettings.json

  4. Copy "C_QS_RestRequestTimeout" (default value 240000) from appsettings.json and paste it to appsettings.producton.json (Don't forget to add comma for the parameter before to it)
    and double the value (i.e.480000)

  5. Restart all all WIP services

NOTE: Please refer below screenshots C_QS_RestRequestTimeout

appsettings.producton.json

image-20250623-130116.png

 

appsettings.json

image-20250623-130153.png