Toby Zerner 2015-02-26 12:49:09 +10:30
parent d9aad26b8e
commit 6ddec4834b
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -103,7 +103,7 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder ".", "/vagrant",
id: "core",
:nfs => true,
:mount_options => ['nolock,vers=3,udp,noatime']
:mount_options => ['nolock,vers=3,udp,noatime,actimeo=1']
# If using VirtualBox
config.vm.provider :virtualbox do |vb|