mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-22 09:53:40 +08:00
fix: Decrease delay
This commit is contained in:
@@ -124,7 +124,7 @@ else
|
||||
|
||||
fi
|
||||
|
||||
delay=5000
|
||||
delay=500
|
||||
elapsed=$((($(date +%s%N) - ts)/1000000))
|
||||
|
||||
if [[ delay -gt elapsed ]]; then
|
||||
|
||||
Reference in New Issue
Block a user