Commit d2d9093e7fc4439132127cc3044176fc80cd972b

Authored by Adhidarma Hadiwinoto
1 parent c6455cb8c3
Exists in master

config,postpaid_pull_interval_ms

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -88,7 +88,7 @@ const getTaskLooper = async () => {
88 88  
89 89 setTimeout(() => {
90 90 getTaskLooper();
91   - }, config.pull_interval_ms || 1000);
  91 + }, config,postpaid_pull_interval_ms || config.pull_interval_ms || 1000);
92 92 };
93 93  
94 94 exports.setPartner = (val) => {