Skip to content

Commit

Permalink
Changed algorithm to start instantly"
Browse files Browse the repository at this point in the history
  • Loading branch information
paarthibank authored and Mansibisen committed Feb 11, 2021
1 parent d5fddc2 commit 5481a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/algo.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ const algo = async () => {
clearInterval(algorithm);
console.log("All missions assigned to all teams");
}
}, 1800000);
}, 30000);
};
module.exports = algo;

0 comments on commit 5481a10

Please sign in to comment.