lots of queries from class-updates.php when using multisite
-
We’re seeing a ton of update queries (one per site, I’m guessing) from update_blog_option coming from line 530 of
src/authorizer/class-updates.php
I think it should be:
update_blog_option( get_network()->blog_id, 'auth_version', $auth_version );
not:
update_blog_option( $blog_id, 'auth_version', $auth_version );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘lots of queries from class-updates.php when using multisite’ is closed to new replies.