summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-03-07 22:39:28 -0800
committerMike Crute <mike@crute.us>2022-03-07 22:39:28 -0800
commit9af6080667c694c1db44c41c6776eae3ca25c8f9 (patch)
treef0d4276805fc04f5c052965a49623f30785ae163 /bin
parentb45be2b429e26482d5a3477c984de3fcbac425b3 (diff)
downloaddotfiles-9af6080667c694c1db44c41c6776eae3ca25c8f9.tar.bz2
dotfiles-9af6080667c694c1db44c41c6776eae3ca25c8f9.tar.xz
dotfiles-9af6080667c694c1db44c41c6776eae3ca25c8f9.zip
Timeout more aggressively in browse
Diffstat (limited to 'bin')
-rwxr-xr-xbin/browse.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/browse.sh b/bin/browse.sh
index 9bafa8d..7d91cae 100755
--- a/bin/browse.sh
+++ b/bin/browse.sh
@@ -9,4 +9,4 @@ if [ -f /proc/1/cgroup ]; then
9 fi 9 fi
10fi 10fi
11 11
12curl -F"a=$(echo $1 | sed s/\"/%22/g)" http://${TAB_HOST}:${TAB_PORT} 12curl --max-time 5 --connect-timeout 3 -F"a=$(echo $1 | sed s/\"/%22/g)" http://${TAB_HOST}:${TAB_PORT}