Comment 3 for bug 346626

Revision history for this message
Alex Stansfield (casualgenius) wrote :

I've released a fix for this in 0.6.1.

You can choose to use a custom SQL query that uses less memory.

In the subdomains.php file change:
    define( 'WPS_CUSTOM_GET_POSTIDS', false);
  to
    define( 'WPS_CUSTOM_GET_POSTIDS', true);

Be sure to let me know if there are still issues with this.