mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fileModificationSkew: Changed default. See #1472
This commit is contained in:
@ -80,11 +80,11 @@ OptimisationSwitches
|
|||||||
|
|
||||||
// On NFS mounted file system: maximum wait for files to appear/get
|
// On NFS mounted file system: maximum wait for files to appear/get
|
||||||
// updated. Set to 0 on distributed case.
|
// updated. Set to 0 on distributed case.
|
||||||
fileModificationSkew 10;
|
fileModificationSkew 5;
|
||||||
|
|
||||||
// How often retest (using above fileModificationSkew) before giving up.
|
// How often retest (using above fileModificationSkew) before giving up.
|
||||||
// Default is 1.
|
// Default is 1.
|
||||||
//maxFileModificationPolls 100;
|
maxFileModificationPolls 20;
|
||||||
|
|
||||||
//- Modification checking:
|
//- Modification checking:
|
||||||
// - timeStamp : use modification time on file
|
// - timeStamp : use modification time on file
|
||||||
|
|||||||
Reference in New Issue
Block a user