mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
fix: Decrease delay
This commit is contained in:
parent
3441350087
commit
46be2d583d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user