updated lace with timeout
[lace] / lace
diff --git a/lace b/lace
index 8ac47c12de881656db410b01b91751fe2f5dcf32..7357342c106886c0081de279da23f209c6f59fbd 100755 (executable)
--- a/lace
+++ b/lace
@@ -4,6 +4,9 @@
 # https://raw.githubusercontent.com/frrobert2/lace/main/lace
 # Shows both how many days ago and date
 # Modified to work with Debian running Sed 3.7
+# connectto is a timeout variable in seconds 
+# it is the time lace will wait to connect to a site before it stops the connection
+#  default is 30 seconds you can change it what you want
 connectto=30
 if [ -z "$XDG_CONFIG_HOME" ];then
        config_place="$HOME/.config/lace"