Clear caches on initial restart

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

See gh-3082
pull/3143/merge
Phillip Webb 10 years ago
parent 7609c43685
commit 25f74cbaef

@ -157,6 +157,7 @@ public class Restarter {
@Override
public Void call() throws Exception {
start();
cleanupCaches();
return null;
}

Loading…
Cancel
Save