Skip to content

Commit

Permalink
Merge pull request #511 from Repox/patch/actimeo
Browse files Browse the repository at this point in the history
Optimize the file attribute cache
  • Loading branch information
fideloper committed Oct 16, 2015
2 parents 7af608b + cda39a4 commit 4a0bbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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=2']

# Replicate local .gitconfig file if it exists
if File.file?(File.expand_path("~/.gitconfig"))
Expand Down

0 comments on commit 4a0bbbb

Please sign in to comment.