Commit 0778bb79964f1e2b4572b57f1fc147d9c315d440

Authored by Adhidarma Hadiwinoto
1 parent 246fde2b72
Exists in master

PULL: always pulltask mutex

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

... ... @@ -79,7 +79,8 @@ function pullTask() {
79 79 return;
80 80 }
81 81  
82   - if (config.pulltask_mutex && pullTaskLocked) {
  82 + //if (config.pulltask_mutex && pullTaskLocked) {
  83 + if (pullTaskLocked) {
83 84 return;
84 85 }
85 86 pullTaskLocked = true;