Commit b8a0ea97 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Make sure to load a warm VCL

Otherwise the warmup delay might be ineffective.
parent 0722a5b0
......@@ -161,7 +161,7 @@ fi
RELOAD_NAME=$(vcl_reload_name)
varnishadm vcl.load "$RELOAD_NAME" "$VCL_FILE"
varnishadm vcl.load "$RELOAD_NAME" "$VCL_FILE" warm
test -n "$WARMUP" && sleep "$WARMUP"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment