Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit fb6dadd

Browse files
committed
fix non ascii character
1 parent fbf66c4 commit fb6dadd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The server cannot process the request due to a high load", which
5959
means you've done too many requests in a certain time period. Here's
6060
[what they say](http://api.plos.org/solr/faq/#solr_api_recommended_usage) on the matter:
6161

62-
> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If youre a high-volume user of the PLOS Search API and need more API requests a day, please contact us at [email protected] to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address.
62+
> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If you're a high-volume user of the PLOS Search API and need more API requests a day, please contact us at [email protected] to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address.
6363
6464
## Quick start
6565

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The server cannot process the request due to a high load", which
5353
means you've done too many requests in a certain time period. Here's
5454
[what they say](http://api.plos.org/solr/faq/#solr_api_recommended_usage) on the matter:
5555

56-
> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If youre a high-volume user of the PLOS Search API and need more API requests a day, please contact us at [email protected] to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address.
56+
> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If you're a high-volume user of the PLOS Search API and need more API requests a day, please contact us at [email protected] to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address.
5757
5858
## Quick start
5959

0 commit comments

Comments
 (0)