> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IntellisyncConnector element (Legacy - SuperOffice only)

> NetServer configuration settings used by SoIntellisyncConnector.

Not used in version 7 or higher.

Configuration settings used by SoIntellisyncConnector.

| Name                    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Default                  |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| DiagnosticsWebUri       | The end-point used by the `SoIntellisyncConnector` internal diagnostics web server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | `http://*:8001/`         |
| EnableDiagnosticsWeb    | True to make SoIntellisyncConnector host an internal web server enabling the possibility to analyze the current activity of SoIntellisyncConnector. The URI listened on is described by `DiagnosticsWebUri`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                          |
| IntellisyncConnectorUri | The endpoint hosted by SoConnectorService used by Intellisync Server for communication.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | `http://*:8000/`         |
| SessionTimeout          | Intellisync Server authenticates against Intellisync Connector. When an Intellisync Server sync session for a particular user is ended, the authentication session is always removed. When a synchronization session exceeds this time-out, an error is returned to Intellisync Server. Intellisync Server will then try to re-synchronize later. Extensive traffic in the database resulting in a slowed-up synchronization will typically trigger this. Synchronization for a normal user will seldom take more than 5 minutes (300 seconds), hence the default value of 10 minutes (600 seconds) is conservative. Situations in which a lot of database locks are occurring should probably result in this default value being decreased, rather than increased. Extremely slow hardware as a result of virtualization should probably result in an increased value. | 10 minutes (600 seconds) |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.IntellisyncConnector.yml


## Related topics

- [NetServer Sync element (legacy SuperOffice only)](/en/onsite/web-config/sync.md)
- [NetServer Cloud element (SuperOffice only)](/en/onsite/web-config/cloud.md)
- [NetServer Mail element (SuperOffice only)](/en/onsite/web-config/mail.md)
- [NetServer Downloads element (SuperOffice only)](/en/onsite/web-config/downloads.md)
- [NetServer Pocket element (SuperOffice only)](/en/onsite/web-config/pocket.md)
- [NetServer Client element (SuperOffice only)](/en/onsite/web-config/client.md)
