Skip to content

Commit

Permalink
Bug 1901825 - Use of memcache causing intermittent errors in Bugzilla…
Browse files Browse the repository at this point in the history
… Reminders feature
  • Loading branch information
dklawren authored Jun 11, 2024
1 parent 58452e5 commit 063491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/Reminder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use constant VALIDATORS => {
use constant AUDIT_CREATES => 1;
use constant AUDIT_UPDATES => 1;
use constant AUDIT_REMOVES => 1;
use constant USE_MEMCACHED => 1;
use constant USE_MEMCACHED => 0;

# getters

Expand Down

0 comments on commit 063491f

Please sign in to comment.