bug 12129: Disable validation of router.stats.interval in the global configuration since it can have negative values.

Reviewed by : Kishan.
This commit is contained in:
Nitin Mehta 2011-12-06 18:35:03 +05:30
parent 3f5fbb8fe4
commit 5def0bc567

View File

@ -272,7 +272,6 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
configValuesForValidation.add("migrate.retry.interval");
configValuesForValidation.add("network.gc.interval");
configValuesForValidation.add("ping.interval");
configValuesForValidation.add("router.stats.interval");
configValuesForValidation.add("snapshot.poll.interval");
configValuesForValidation.add("stop.retry.interval");
configValuesForValidation.add("storage.stats.interval");