Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
This issue was raised arund scheduled jobs timing out many moons ago, could a similar approach work for Model Synch ?
Episerver CMS - Timeout exceptions during scheduled jobs – Support Help Center (optimizely.com)
Thanks Minesh! Seems to work everytime now
Solution: add in web.config for .netFramework 4.7:
<configSections>
<section name="episerver.dataStore" type="EPiServer.Data.Configuration.EPiServerDataStoreSection, EPiServer.Framework.AspNet" />
</configSections>
<episerver.dataStore>
<dataSettings
connectionStringName="EPiServerDB"
retries="5"
retryDelay="0:0:0.1"
databaseQueryTimeout="0:02:00" />
</episerver.dataStore>
Hello! CMS 11.20
When i work in diff branches and jumps between, and when it has different propertys (many props and newly added), i do very often get this timeout on modelsync. Is there a way to alloy higher timeout time by default on my dev machine?