Merge pull request #1702 from 0xProject/fix/pipeline/replace-edps-endpoint

Changed EDPS endpoint to a 0x AWS one
This commit is contained in:
Alex Svanevik
2019-03-18 18:09:31 +08:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import { handleError } from '../utils';
const BATCH_SAVE_SIZE = 1000;
// Max requests to make to API per second;
const EDPS_MAX_REQUESTS_PER_SECOND = 1;
const EDPS_MAX_REQUESTS_PER_SECOND = 0.5;
// Maximum requests per second to CryptoCompare
const CRYPTO_COMPARE_MAX_REQS_PER_SECOND = 60;