Commit 25f74cba authored by Phillip Webb's avatar Phillip Webb

Clear caches on initial restart

Tweak `Restarter` to clear caches on the initial restart.

See gh-3082
parent 7609c436
......@@ -157,6 +157,7 @@ public class Restarter {
@Override
public Void call() throws Exception {
start();
cleanupCaches();
return null;
}
......
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