From f2bcacba00eb7958789679730b1ff729b2442d38 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Fri, 14 Nov 2014 17:19:06 +0900 Subject: [PATCH] Change default device timeout to 15min. --- lib/cli.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cli.js b/lib/cli.js index 10465601..a8ac0a2f 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -43,7 +43,7 @@ program .option('-t, --group-timeout ' , 'group timeout' , Number - , 600) + , 900) .option('-r, --storage-url ' , 'URL to storage client' , String) @@ -127,7 +127,7 @@ program .option('-t, --group-timeout ' , 'group timeout' , Number - , 600) + , 900) .option('-r, --storage-url ' , 'URL to storage client' , String) @@ -841,7 +841,7 @@ program .option('-t, --group-timeout ' , 'group timeout' , Number - , 600) + , 900) .option('--public-ip ' , 'public ip for global access' , String