added 'NST_PLOT_LENGHT' configuration variable
authorTony Mack <tmack@cs.princeton.edu>
Wed, 12 Dec 2007 21:26:10 +0000 (21:26 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 12 Dec 2007 21:26:10 +0000 (21:26 +0000)
node_ssh/nst_config

index 96da0a8..be29802 100644 (file)
@@ -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
+