Skip to content

Commit

Permalink
Merge pull request #1834 from OriginTrail/v6/develop
Browse files Browse the repository at this point in the history
OriginTrail 6.0.0-beta.1.30 Testnet Prerelease Hotfix
  • Loading branch information
NZT48 authored Mar 18, 2022
2 parents 8469fc1 + c0349a2 commit f19e48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports.SERVICE_API_SLOW_DOWN_DELAY_AFTER = 5;
* @constant {number} SERVICE_API_SLOW_DOWN_DELAY_MILLS
* - Express slow down delay between requests in milliseconds
*/
exports.SERVICE_API_SLOW_DOWN_DELAY_MILLS = 2 * 1000;
exports.SERVICE_API_SLOW_DOWN_DELAY_MILLS = 3 * 1000;

/**
* @constant {number} DID_PREFIX
Expand Down Expand Up @@ -121,7 +121,7 @@ exports.STORE_MAX_RETRIES = 3;
* @constant {number} STORE_BUSY_REPEAT_INTERVAL_IN_MILLS
* - Wait interval between retries for sending store requests
*/
exports.STORE_BUSY_REPEAT_INTERVAL_IN_MILLS = 2 * 1000;
exports.STORE_BUSY_REPEAT_INTERVAL_IN_MILLS = 4 * 1000;

/**
* @constant {number} HANDLE_STORE_BUSINESS_LIMIT
Expand Down

0 comments on commit f19e48f

Please sign in to comment.