An rsync watcher for Vagrant 1.5.1+ that uses fewer host resources.
242
stars
17
forks
source link
Should `config.gatling.rsync_on_startup = true` be inside `if Vagrant.has_plugin?("vagrant-gatling-rsync")`? #36
Open
yingliangzhang opened 7 years ago
Just read the doc and wondering should
config.gatling.rsync_on_startup = true
be put inif Vagrant.has_plugin?("vagrant-gatling-rsync")
?