You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On sites using a persistent object cache, MSM can cause unnecessary and somewhat egregious thrashing of the object cache because it uses an autoloaded option for its locking mechanism.
By switching to a non-autoloaded option, MSM won't thrash the alloptions persistent object cache.
The text was updated successfully, but these errors were encountered:
On sites using a persistent object cache, MSM can cause unnecessary and somewhat egregious thrashing of the object cache because it uses an autoloaded option for its locking mechanism.
By switching to a non-autoloaded option, MSM won't thrash the alloptions persistent object cache.
The text was updated successfully, but these errors were encountered: