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