-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Description
Some plugins are on the order of 10's of megabytes. Infection Monkey's performance may be suboptimal on networks with low throughput, as large plugins could take a while to download. It could also lead to longer setup times when plugins are moved to a repository and downloaded to the Island after installation (instead of packaged with the Island). gzipping the plugins' source.tar
file will lead to faster network transfers.
Tasks
- Modify the plugin build script to gzip the
source.tar
files (0d) @mssalvatore - Modify the agent's
PluginSourceExtractor
to expect a gzippedsource.tar
(0.25d) @mssalvatore - Rebuild all plugins (0d) @mssalvatore