Waybar pkg updates: Increase retry count & delay between retries.

This commit is contained in:
Viyurz 2024-02-12 12:56:44 +01:00
parent 14775ffb71
commit 67c314d236
No known key found for this signature in database

View file

@ -3,8 +3,8 @@
# Initiate variables
retry_count=0
max_retries=3
retry_delay=15
max_retries=5
retry_delay=30
success=0