Skip to content
Snippets Groups Projects
Unverified Commit db49c8dd authored by relativityboy's avatar relativityboy Committed by GitHub
Browse files

Merge pull request #169 from steemit/123-whitelist-request-timeout

added request timeout message #123
parents a02826d0 436b1550
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,8 @@ TRANSACTION_SOURCE_RETRYABLE_ERRORS = [ ...@@ -14,7 +14,8 @@ TRANSACTION_SOURCE_RETRYABLE_ERRORS = [
"Unable to acquire database lock", "Unable to acquire database lock",
"Internal Error", "Internal Error",
"Server error", "Server error",
"Upstream response error" "Upstream response error",
"Request Timeout"
] ]
MAX_RETRY = 30 MAX_RETRY = 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment