Commit 45f0db1d95f9fbc2ac54ac246fa2b68358f24dee

Authored by Adhidarma Hadiwinoto
1 parent 6388979652
Exists in master

config.disable_delay_after_no_task

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

... ... @@ -52,7 +52,7 @@ function setPartner(_partner) {
52 52 }
53 53  
54 54 function pullTask() {
55   - if (is_on_delay_after_no_task) {
  55 + if (is_on_delay_after_no_task && !config.disable_delay_after_no_task) {
56 56 //return;
57 57 }
58 58