You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 gzipped source.tar (0.25d) @mssalvatore
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
source.tar
files (0d) @mssalvatorePluginSourceExtractor
to expect a gzippedsource.tar
(0.25d) @mssalvatoreThe text was updated successfully, but these errors were encountered: