Commit 3e87381894498c543b0a02cdd363507d2a82c10c
1 parent
5c421882c6
Exists in
master
retry 4
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
xmlrpc-server.js
... | ... | @@ -325,7 +325,7 @@ function errorOnTopUpReport(topUpReportError) { |
325 | 325 | |
326 | 326 | function sendTopUpReport(reverseUrls, params, urlIdx, retry) { |
327 | 327 | if (retry === null || retry === undefined) { |
328 | - retry = 1; | |
328 | + retry = 4; | |
329 | 329 | } |
330 | 330 | |
331 | 331 | if (urlIdx === null || urlIdx === undefined) { |