Increase bulkupdate limit field length from 3 to 4 characters.

fysa - September 30, 2007 - 17:12
Project:Pathauto
Version:5.x-2.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed
Description

I've submitted a patch that improves node bulkupdate performance drastically on my system (40k nodes, 20k users, 15k terms) and as a result, I am able to easily run 2000 nodes per bulk update.

Updated pathauto.module line:

   '#title' => t('Maximum number of objects to alias in a bulk update'), '#size' => 4, '#maxlength' => 4,

Performance patch referenced: http://drupal.org/node/76172

pathauto.module patch attached.

AttachmentSize
pathauto-bulkupdatelimit.patch1.04 KB

#1

greggles - September 30, 2007 - 18:10
Status:needs review» fixed

Makes complete sense to me - committed. I think I kept it so low earlier to be cautious, but the warning text on that page explains what to do in case of problems so I think this is reasonable.

Thanks!

#2

Anonymous - October 14, 2007 - 18:11
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.