Commit 47a1a345 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Denis Brækhus

Make sure to load a warm VCL

Otherwise the warmup delay might be ineffective.
parent 6ebfe55a
......@@ -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