Changeset 27186
- Timestamp:
- Mar 4, 2010, 11:22:41 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_queue_requests.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_queue_requests.pl
r27172 r27186 19 19 my $dbserver; 20 20 my $limit; 21 my $timeout = 10; 21 22 22 23 GetOptions( 24 'timeout=i' => \$timeout, 23 25 'verbose' => \$verbose, 24 26 'dbname=s' => \$dbname, … … 117 119 my $command = "$dsproductls --uri $ds->{uri}/index.txt"; 118 120 $command .= " --last_fileset $ds->{lastFileset}" if $ds->{lastFileset}; 121 $command .= " --timeout $timeout"; 119 122 120 123 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
