Skip to content
Snippets Groups Projects
Commit 7618150e authored by mattijs's avatar mattijs
Browse files

ENH: fileModificationSkew: Changed default. See #1472

parent 67b7b378
Branches
Tags
No related merge requests found
......@@ -80,11 +80,11 @@ OptimisationSwitches
// On NFS mounted file system: maximum wait for files to appear/get
// updated. Set to 0 on distributed case.
fileModificationSkew 10;
fileModificationSkew 5;
// How often retest (using above fileModificationSkew) before giving up.
// Default is 1.
//maxFileModificationPolls 100;
maxFileModificationPolls 20;
//- Modification checking:
// - timeStamp : use modification time on file
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment