# OMrun.exe.config

The OMrun.exe.config file contains some configuration data like

* internal configuration data which should not be changed by user.
* the only part which could be changed is the part to configure the behavior of the [license](https://www.omrun.ch/help/license-key.html) validation.\
  If the user starts more OMrun instances in parallel then runtime licenses are available, OMrun will wait a defined \[Wait time] and will then check again if a Runtime License is available to perform the designed checks:

```xml
       <appSettings>
        <!-- WaitTime in seconds for re-check parallel running instances. Default 30 s -->
        <add key="WaitTime" value="30" />
        <!-- TimeoutAfter: Max. WaitTime in minutes until application timeout because of too many parallel running instances -->
        <add key="TimeoutAfter" value="60" />
        <add key="ClientSettingsProvider.ServiceUri" value="" />
       </appSettings>
```

* Change the "WaitTime" and/or "TimeoutAfter" parameter only!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dbi-services.gitbook.io/omrun-help/version-4.x/configuration/configuration-files/omrun.exe.config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
