Project

General

Profile

« Previous | Next » 

Revision 13595

lib/tnrs.py: max_names: reduced to 5000 because 100,000 causes an internal server error

View differences:

trunk/lib/tnrs.py
19 19
assert initial_pause <= max_pause
20 20
#max_names = 5000 #according to http://tnrs.iplantcollaborative.org/TNRSapp.html
21 21
#max_names = 500 # the maximum above crashes the live TNRS server
22
max_names = 100000 # dev server can handle more names b/c no simultaneous users
22
max_names = 5000 # dev server can handle more names b/c no simultaneous users
23 23

  
24 24
# Protocol params
25 25
server = streams.file_get_contents(os.path.dirname(__file__)+"/tnrs.url")

Also available in: Unified diff