我在vagrantfile中有这个:
config.vm.synced_folder ".", "/vagrant",
type: "rsync", rsync__auto: true, rsync__exclude: [".git/", "django/"]
+我在单独的标签中运行vagrant rsync-auto
。
对文件进行更改后,需要使用vagrant~5s来获取它并进行rsync。
无论如何要加快这个速度?我正在使用它进行webpack / hot-module-reloading。