Browse Source

feat: add sleep time before checking session

Add a sleep time of 1 second before checking the session in the command_monitor.sh file. This allows for better synchronization and improves the accuracy of the session check.
pull/4339/head
Daniel Gibbs 2 years ago
parent
commit
07924ec38d
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 1
      lgsm/modules/command_monitor.sh

1
lgsm/modules/command_monitor.sh

@ -166,6 +166,7 @@ fn_monitor_check_session() {
fn_print_dots "Checking session: "
fn_print_checking_eol
fn_script_log_info "Checking session: CHECKING"
fn_sleep_time_1
# Tmux session width and height needs to be reviewed as may no longer be required.
sessionwidth="80"
sessionheight="23"

Loading…
Cancel
Save