Revision: 27000 http://sourceforge.net/p/bibdesk/svn/27000 Author: hofman Date: 2021-10-06 13:39:47 +0000 (Wed, 06 Oct 2021) Log Message: ----------- Increase max number of fetched results for entrez to 100
Modified Paths: -------------- trunk/bibdesk/BDSKEntrezGroupServer.m Modified: trunk/bibdesk/BDSKEntrezGroupServer.m =================================================================== --- trunk/bibdesk/BDSKEntrezGroupServer.m 2021-10-06 09:23:20 UTC (rev 26999) +++ trunk/bibdesk/BDSKEntrezGroupServer.m 2021-10-06 13:39:47 UTC (rev 27000) @@ -37,7 +37,7 @@ */ // max number of results from NCBI is 100, except on evenings and weekends -#define MAX_RESULTS 50 +#define MAX_RESULTS 100 /* Based on public domain sample code written by Oleg Khovayko, available at http://www.ncbi.nlm.nih.gov/entrez/query/static/eutils_example.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit