mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 20:06:05 +00:00
fix: Decrease delay
This commit is contained in:
+1
-1
@@ -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