Changeset 2088

Show
Ignore:
Timestamp:
03/18/08 14:02:03 (2 months ago)
Author:
joshr
Message:

turn off --progress option by default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Swishetest/trunk/make_collection

    r2075 r2088  
    2727my $filetype = "xml";   # type of file to create. can also be 'html' or 'txt' 
    2828my $verbose = 0; 
    29 my $progress = 1
     29my $progress = 0
    3030my $progress_seconds = 60; 
    3131my $lastprogresstime = 0;