Skip to content

Commit 82d1740

Browse files
committed
another fix
1 parent 95ebfd5 commit 82d1740

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/run-timeboost-demo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ for (( i=0; i<$nodes; i++ )); do
127127
--until $rounds
128128
--keyset-file $keyset_file
129129
--stamp "${stamp}-$i.sf"
130-
--watchdog-timeout 120
131-
--namespace $namespace
132-
--https-only "false")
130+
--watchdog-timeout 120)
133131

134132
if $ignore_stamp; then
135133
cmd+=(--ignore-stamp)

0 commit comments

Comments
 (0)