Project

General

Profile

« Previous | Next » 

Revision 5101

tnrs_db: Moved lower max_taxons limit to tnrs.py because it's really required to avoid crashing the TNRS server and should apply to all callers

View differences:

tnrs.py
13 13
max_pause = 600 # sec; = 10 min
14 14
assert initial_pause <= max_pause
15 15
max_taxons = 5000# according to http://tnrs.iplantcollaborative.org/TNRSapp.html
16
max_taxons = 500 # the maximum above crashes the TNRS server
16 17
max_tries = 5
17 18

  
18 19
# Protocol params

Also available in: Unified diff