Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unnecessary ini_set #45117

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Apr 30, 2024

Summary

Changing gc_maxlifetime cannot have any effect because this configuration option does not exist. There is a configuration option named session.gc_maxlifetime.

I removed the ini_set call because autoconfiguring is error-prone, and the current code could never have worked as intended.

TODO

  • CI
  • Review

Checklist

Changing gc_maxlifetime cannot have any effect because this configuration option does not exist. There is a configuration option named session.gc_maxlifetime.

I removed the ini_set call because autoconfiguring is error-prone, and the current code could never have worked as intended.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@kesselb kesselb added 3. to review Waiting for reviews technical debt labels Apr 30, 2024
@kesselb kesselb added this to the Nextcloud 30 milestone Apr 30, 2024
@kesselb kesselb self-assigned this Apr 30, 2024
@susnux susnux enabled auto-merge April 30, 2024 13:34
@susnux susnux merged commit 9054747 into master Apr 30, 2024
157 checks passed
@susnux susnux deleted the bug/noid/unnecessary-ini-set branch April 30, 2024 14:46
@blizzz blizzz mentioned this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants