Commit 2e873df939914ba32f20636a9018e896134eed57
1 parent
9d023ba7b5
Exists in
master
ubah seconds_to_wait_before_resend_on_pending dari 30 menjadi 4
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -9,7 +9,7 @@ const moment = require('moment'); |
9 | 9 | const http = require('http'); |
10 | 10 | http.globalAgent.maxSockets = Infinity; |
11 | 11 | |
12 | -const seconds_to_wait_before_resend_on_pending = 30; | |
12 | +const seconds_to_wait_before_resend_on_pending = 4; | |
13 | 13 | |
14 | 14 | var config; |
15 | 15 | var aaa; |