From: Zdeněk Šustr Date: Tue, 12 Mar 2013 09:04:48 +0000 (+0000) Subject: Set purge timeout for done jobs explicitly (to the same value as the internal default) X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8c131cdba538e97f723440bf27a6cf9ae119dbc0;p=jra1mw.git Set purge timeout for done jobs explicitly (to the same value as the internal default) - Just for educational purposes - No actual change in behavior --- diff --git a/org.glite.lb.client/src/export.sh b/org.glite.lb.client/src/export.sh index 10c8080..6be8ba2 100644 --- a/org.glite.lb.client/src/export.sh +++ b/org.glite.lb.client/src/export.sh @@ -65,7 +65,7 @@ GLITE_LB_EXPORT_JPDUMP_MAILDIR=${GLITE_LB_EXPORT_JPDUMP_MAILDIR:-$GLITE_LB_LOCAT # directory with exported data (file per job) GLITE_LB_EXPORT_JOBSDIR=${GLITE_LB_EXPORT_JOBSDIR:-$GLITE_LB_LOCATION_VAR/lbexport} # purge args (timeouts) -GLITE_LB_EXPORT_PURGE_ARGS=${GLITE_LB_EXPORT_PURGE_ARGS:---cleared 2d --aborted 15d --cancelled 15d --other 60d} +GLITE_LB_EXPORT_PURGE_ARGS=${GLITE_LB_EXPORT_PURGE_ARGS:---cleared 2d --aborted 15d --cancelled 15d --done 60d --other 60d} # Book Keeping Server GLITE_LB_SERVER_PORT=${GLITE_LB_SERVER_PORT:-9000} GLITE_LB_EXPORT_BKSERVER=${GLITE_LB_EXPORT_BKSERVER:-localhost:$GLITE_LB_SERVER_PORT}