Changeset 420


Ignore:
Timestamp:
11/19/11 12:46:33 (12 years ago)
Author:
nanardon
Message:
  • shorter timeout when scanning path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/bin/sophie_scan

    r419 r420  
    2929    } 
    3030 
    31     while (my @d = splice(@delta, 0, 25)) { 
     31    while (my @d = splice(@delta, 0, 10)) { 
    3232        my $scan = Sophie::Scan->new; 
    3333        my $path = Sophie::Scan::RpmsPath->new($pathkey, $scan); 
    3434        $path->update_content(@d); 
    35         last if (time > $time + 15 * 60); 
     35        last if (time > $time + 7 * 60); 
    3636    } 
    3737 
Note: See TracChangeset for help on using the changeset viewer.