[14.0] Mix branch for OCA days 2025#65
Merged
thomaspaulb merged 6 commits intoOCA:14.0from Oct 9, 2025
Merged
Conversation
The module makes session garbage collection deterministic To use the module, it needs to be added to the server_wide_modules conf options Another option should also be added to set gc for all sessions older than 3 days ;3 days = 60*60*24*3 seconds session_expiry_delay = 259200
Collaborator
|
Hi @petrus-v, |
the refactor avoid useless SQL requests
…tains non ascii characters we are getting a lot of ugly searches that create some kind of deny of service. We should improve that later but this give an easy solution for the time being.
e9d9e20 to
1937051
Compare
petrus-v
approved these changes
Oct 9, 2025
This was referenced Oct 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pending the CI fix we merge
Into one PR and deploy it today. Later we will merge them and revert to 14.0 again