Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you experience a timeout durring during the process, there are 3 three variables at the top of ApiClient.py that can be adjusted. The script can be edited in any text editing software, eg. notepad or notepad++.

...

  • TIMEOUT is used for the timeout of all communications except the json JSON import

  • LONG TIMEOUT only controlls controls the timeout for longer interactions, eg. downloading confirguration configuration in the Export script or applying configuration in the Import script

  • RETRIES covers all the rules for retries after a timeout or http error; only the total “total” should be adjusted.