Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Feb 2012 at 16:24 UTC
Updated:
18 Feb 2012 at 16:20 UTC
Jump to comment: Most recent file
When migrating from Drupal 6 to Drupal 7, each incoming password gets hashed, which with the default configuration is tres slow. By reducing the hash count we can significantly speed this up. I'm doing this now in a derived class, but I think it makes sense as part of the user destination class.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate-hash-count-1424632-1.patch | 1015 bytes | mikeryan |
Comments
Comment #1
mikeryanHere it is - on my current project, this improved user migration throughput from 250/minute to 1400/minute.
Comment #2
mikeryanWas just about to patch and commit, but it looks like I accidentally slipped it in with my last commit. Oops...