Waybar pkg updates: Increase retry count & delay between retries.
This commit is contained in:
parent
14775ffb71
commit
67c314d236
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
# Initiate variables
|
||||
retry_count=0
|
||||
max_retries=3
|
||||
retry_delay=15
|
||||
max_retries=5
|
||||
retry_delay=30
|
||||
success=0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue