From 3313bb4636910f044a229ebafd6fa7a735a4dda4 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 30 Oct 2007 17:23:09 +0000 Subject: Added new integer parameter Formaline::metadata_lifetime to specify a lifetime for announced metadata. Default is 100 hours. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@143 83718e91-0e4f-0410-abf4-91180603181f --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index e505332..8746ea2 100644 --- a/param.ccl +++ b/param.ccl @@ -24,6 +24,12 @@ INT timeout "Timeout for sending meta information to a server (in seconds)" STEE 1:* :: "a positive value" } 10 +INT metadata_lifetime "Lifetime of meta information sent to a server (in hours)" STEERABLE=always +{ + 0 :: "zero to store the metadata forever" + 1:* :: "a positive value to limit the lifetime to so many hours" +} 100 + # Parameters for collecting metadata -- cgit v1.2.3