Project

General

Profile

« Previous | Next » 

Revision 7154

inputs/.TNRS/public.unscrubbed_taxondetermination_view/scrub.make: Reduced $maxPause to 4 hr, because new taxondeterminations are being added throughout the import, so it is unlikely that more than more than 4 hr would pass between successive imports of taxondeterminations (causing scrub.make to stop prematurely)

View differences:

scrub.make
7 7

  
8 8
# Config
9 9
let pause=2*60*60 # sec; = 2 hr
10
let maxPause=9*60*60 # sec; =9 hr; must be >= max partition import time (1.5 hr)
10
let maxPause=4*60*60 # sec; =4 hr; must be >= max partition import time (1.5 hr)
11 11
test "$pause" -le "$maxPause" || exit -1
12 12

  
13 13
unset n # ($n would limit the # rows/iteration, rather than the total rows)

Also available in: Unified diff