From b753e52dcdeaff964d8f03511a9822ad389625e8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 12 Dec 2007 21:26:10 +0000 Subject: [PATCH] added 'NST_PLOT_LENGHT' configuration variable --- node_ssh/nst_config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/node_ssh/nst_config b/node_ssh/nst_config index 96da0a8..be29802 100644 --- a/node_ssh/nst_config +++ b/node_ssh/nst_config @@ -20,3 +20,8 @@ NST_USER='USERNAME' # The password of the slice user's account. NST_PASSWORD='PASSWORD' +# Plot Lenght +# Length of x-axis in seconds +# 36000 seconds = 10 hours +NST_PLOT_LENGTH=36000 + -- 2.43.0