Commit 2328b1e513d5e15dc027845e78bd413d933d2ce4

Authored by Adhidarma Hadiwinoto
1 parent 0a68c7befa
Exists in master and in 1 other branch webadmin

config.sleep_before_unlock_modem_ms

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

... ... @@ -71,7 +71,7 @@ async function sendToModem(partner, msg, modem, parentXid, part) {
71 71 is_outgoing: true,
72 72 });
73 73  
74   - await sleep(1200);
  74 + await sleep(config.sleep_before_unlock_modem_ms || 1200);
75 75 modemLocks.unlock(modem.name);
76 76  
77 77 if (msgTail) {