> ## 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.

# NetServer Sync element (legacy SuperOffice only)

> NetServer configuration values related to SuperOffice Sync (SoSync).

Configuration values related to SuperOffice Sync (SoSync).

Settings related to synchronization are configured using the SoSyncAdmin client, stored in the SuperOffice database, and internally in SoSync held in a cache. This cache has two time-out values. One of the values is related to the absolute expiry time after the value is inserted in the cache and the second relates to the expiry time since the value was last used.

| Name                       | Description                            | Default     |
| -------------------------- | -------------------------------------- | ----------- |
| SettingsAbsoluteExpiration | The time since read from the database. | 900 seconds |
| SettingsSlidingExpiration  | The time since last used.              | 300 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.Sync.yml


## Related topics

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