Commit ee631a501aaf74d546fa0a3890f4617e1b248033

Authored by Adhidarma Hadiwinoto
1 parent 7d86425068
Exists in master

config.pulltask_mutex

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

... ... @@ -57,7 +57,7 @@ function pullTask() {
57 57 return;
58 58 }
59 59  
60   - if (pullTaskLocked) {
  60 + if (config.pulltask_mutex && pullTaskLocked) {
61 61 return;
62 62 }
63 63 pullTaskLocked = true;