Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.1
-
None
-
Reviewed
Description
According to core-default.xml the default value of fs.df.interval = 60 sec. But the implementation of DF substitutes 3 sec instead. The problem is that DF uses outdated constant DF.DF_INTERVAL_DEFAULT instead of the correct one CommonConfigurationKeysPublic.FS_DF_INTERVAL_DEFAULT.