-
Notifications
You must be signed in to change notification settings - Fork 390
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
Make queued audits feature opt-in #881
Conversation
Seems like a good fix. Im not sure if there is something we should take into account before releasing it? (@Orrison ? ) |
This should do the trick I believe. |
I didn't know how to solve my problem, but with this at least I don't have to go back to a previous version |
Isn't this technically making it "opt-out" since the default is now to queue where it wasn't previously? |
return; | ||
} | ||
|
||
if (!Config::get('audit.queue.enable', true)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be defaulting to false to make it opt-in.
No description provided.