> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/configuration-changes-for-2025.08.00/configuration-changes-to-enable-automatic-cd-integration-connection.md).

# Configuration Changes to Enable automatic CD Integration Connection

Do the following configuration changes to enable CD Integration to connect automatically after disconnection.

```
sapor-gate secret configuration

spinnaker:
  connection:
    validate:
      fixedDelay:
        in:
          milliseconds: '3300000'
      initialDelay:
        in:
          milliseconds: '3300000' 
```

<br>
