IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41214


Ignore:
Timestamp:
Dec 24, 2019, 3:40:44 AM (7 years ago)
Author:
cclin33
Message:

update for addstar tasks

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/minidvodb_createdb.pl

    r41213 r41214  
    229229    my $fpaCommand = "$addtool -addminidvodbrun";
    230230    $fpaCommand .= " -set_minidvodb_group $minidvodb_group";
     231    $fpaCommand .= " -set_minidvodb_host $minidvodb_host";
    231232    $fpaCommand .= " -set_minidvodb_path  $minidvodbReal" if defined $minidvodbReal;
    232233    $fpaCommand .= " -dbname $dbname" if defined $dbname;
  • trunk/ippTasks/minidvodb.pro

    r41213 r41214  
    202202  periods      -poll $LOADPOLL
    203203  periods      -exec $LOADEXEC_MDB
    204   periods      -timeout 300
    205   npending     1
     204#  periods      -timeout 300
     205  periods      -timeout 60
     206#  npending     1
    206207
    207208  stdout NULL
     
    515516  periods      -poll $LOADPOLL
    516517  periods      -exec $LOADEXEC_MDB
    517   periods      -timeout 240
     518#  periods      -timeout 240
     519  periods      -timeout 60
    518520#  npending     1
    519521
Note: See TracChangeset for help on using the changeset viewer.