-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run yara rule downloads asynchronously
This allows parallelizing download of multiple small files from github. Cuts previous ~20 minute play time to ~5 minutes on a 8 core vagrant box with `--forks 8` flag. Downside is that ansible doesn't know if the rule has changed since last download and we lose idempotency, i.e., every rule is listed as changed.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters