Page MenuHomePhorge

Improve greylist handler
ClosedPublic

Authored by machniak on Apr 23 2024, 5:24 PM.

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
Branch
dev/spf-perf
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 47148
Build 17967: arc lint + arc unit

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.