Changeset 163
- Timestamp:
- 04/16/08 04:50:45 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/oo_indexer/lib/picolena/templates/app/models/indexer.rb
r162 r163 60 60 } 61 61 62 # Cutting indexing_list in slices to avoid treating too big a list.63 # Migth raise a "stack level too deep" otherwise.64 62 indexing_list_chunks=indexing_list.in_transposed_chunks(threads_number) 65 63
