Skip to content

Sitecore xDB Cloud 1.0 doesn't support custom connection timeout for databases in MongoDB.

License

Notifications You must be signed in to change notification settings

SitecoreSupport/Sitecore.Support.155426

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sitecore.Support.155426

Sitecore xDB Cloud 1.0 doesn't support custom connection timeout for the analytics, tracking.live, tracking.history and tracking.contact databases in MongoDB.

The default connection string between Sitecore application and MongoDB isntance looks like:

mongodb://{user-name}:{password}@{host1}:{port1},{host2}:{port2}/{guid}-Analytics?ssl=true;replicaSet={hostX}

The patch updates connection strings for the above databases with the connectTimeoutMSand socketTimeoutMS parameters, which could be configured using the Sitecore.Support.155426.config file.

mongodb://{user-name}:{password}@{host1}:{port1},{host2}:{port2}/{guid}-Analytics?socketTimeoutMS=1000;connectTimeoutMS=1000;ssl=true;replicaSet={hostX}

License

This patch is licensed under the Sitecore Corporation A/S License for GitHub.

Download

Downloads are available via GitHub Releases.

Github All Releases

About

Sitecore xDB Cloud 1.0 doesn't support custom connection timeout for databases in MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published