Page MenuHomePhorge

Improve greylist handler
ClosedPublic

Authored by machniak on Apr 23 2024, 5:24 PM.
Tags
None
Referenced Files
F16727661: D4692.diff
Mon, Nov 4, 8:37 PM
Unknown Object (File)
Sat, Nov 2, 9:45 PM
Unknown Object (File)
Tue, Oct 29, 11:53 AM
Unknown Object (File)
Sun, Oct 27, 1:44 AM
Unknown Object (File)
Sat, Oct 26, 7:28 AM
Unknown Object (File)
Mon, Oct 21, 2:54 AM
Unknown Object (File)
Thu, Oct 17, 4:12 AM
Unknown Object (File)
Tue, Oct 8, 9:02 PM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK9e94c8a1533a: Improve greylist handler
Summary
  • introduce DB transaction
  • limit number of selects from greylist_connect table
  • limit number of whitelist record updates
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Improve single sql query and coding style
  • Move greylist policy controller tests to more appropriate place
  • Speed up greylist tests
This revision is now accepted and ready to land.May 17 2024, 11:53 AM
This revision was automatically updated to reflect the committed changes.