Fixed
Details
Assignee
Brad WoodBrad WoodReporter
Brad WoodBrad WoodLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
New
Details
Details
Assignee
Brad Wood
Brad WoodReporter
Brad Wood
Brad WoodLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Created 29 October 2020 at 14:46
Updated 2 April 2025 at 16:06
Resolved 2 November 2020 at 17:31
Lucee's controler thread validates every connection on every datasource every minute regardless of your timeout settings. This can cause a lot of traffic when you have a lot of datasources, and the validation is inside a syncronized method as explained in ticket https://luceeserver.atlassian.net/browse/LDEV-3124
Provide a setting to disable the every-minute validation checks. The validation flag can still be enabled on the datasource which will validate the connection before it is used.