From: Zdeněk Salvet Date: Tue, 7 Aug 2007 10:41:44 +0000 (+0000) Subject: More reasonable default purge time for "other" ("m" is minutes, not months). X-Git-Tag: glite-lb-client_R_3_0_1_1~52 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=edac6e4bf0a5b7857d01a523bebee8486735d859;p=jra1mw.git More reasonable default purge time for "other" ("m" is minutes, not months). --- diff --git a/org.glite.lb.client/src/export.sh b/org.glite.lb.client/src/export.sh index 8490e8d..1d47c7d 100644 --- a/org.glite.lb.client/src/export.sh +++ b/org.glite.lb.client/src/export.sh @@ -39,7 +39,7 @@ GLITE_LB_EXPORT_JPDUMP_MAILDIR=${GLITE_LB_EXPORT_JPDUMP_MAILDIR:-/tmp/jpdump} # directory with exported data (file per job) GLITE_LB_EXPORT_JOBSDIR=${GLITE_LB_EXPORT_JOBSDIR:-/tmp/lbexport} # purge args (timeouts) -GLITE_LB_EXPORT_PURGE_ARGS=${GLITE_LB_EXPORT_PURGE_ARGS:---cleared 2d --aborted 2w --cancelled 2w --other 2m} +GLITE_LB_EXPORT_PURGE_ARGS=${GLITE_LB_EXPORT_PURGE_ARGS:---cleared 2d --aborted 2w --cancelled 2w --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}