Auto back up interval and Publish Project Timeout fields in Settings tab

@Boopathi
It’s backed up in the same folder as the xaml you are editing. If you edit Main.xaml then a file ~Main.xaml will be created until you save the changes to Main.xaml. Once changes are saved the backup is no longer needed so it is deleted.

The timeout affects whether or not the project gets published. My point was that the actual connection to Orchestrator should only take fractions of a second so you’re not hitting the timeout when you are entering a value of 1 or 2 seconds. The timeout doesn’t take into account the few seconds it takes to compile the project.

2 Likes