Skip to content

Commit 7db6735

Browse files
committed
fix(pd): increase timeout for termbin.com connection
1 parent ee1dca9 commit 7db6735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/command_postdetails.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959

6060
fn_print_dots "termbin.com"
6161
link=$(cat "${postdetailslog}" | {
62-
nc -w 3 termbin.com 9999
62+
nc -w 10 termbin.com 9999
6363
echo $? > /tmp/nc_exit_status
6464
} | tr -d '\n\0')
6565
nc_exit_status=$(cat /tmp/nc_exit_status)

0 commit comments

Comments
 (0)